#74DD73

Color #74DD73 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #74DD73

Tints of Pastel Green #74DD73

Color information

#74DD73 (or 0x74DD73) is unknown color: approx Pastel Green. HEX triplet: 74, DD and 73. RGB value is (116,221,115). Sum of RGB (Red+Green+Blue) = 116+221+115=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD73 is #8B228C. Grayscale: #B1B1B1. Windows color (decimal): -9118349 or 7593332. OLE color: 7593332.

HSL color Cylindrical-coordinate representation of color #74DD73: hue angle of 119.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD73 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB116221115-
CMYK0.4800.480.13
HSL119.43º60.92%65.88%-
HSV(B)119.43º47.96%86.67%-
XYZ36.1556.6625.25-
YUV177.5292.7184.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=25.66%
G=48.89%
B=25.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211150.4800.480.13119.4360.9265.88
Hex74DD7330030D773d42
Octal164335163600601516775102
Binary11101001101110111100111100000110000110111101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DD73; }

 p { color: rgb(116,221,115); }

 H1.HeaderClassName
 {
   color: #74DD73;
 }
 .AnyTagClassName
 {
   color: #74DD73;
 }
</style>
background-color css

<style>
 a { background-color: #74DD73; }

 a { background-color: rgb(116,221,115); }

 div.DivClassName
 {
   background-color: #74DD73;
 }
 .BgClassName
 {
   background-color: #74DD73;
 }
</style>
border-color css

<style>
 span { border-color: #74DD73; }

 span { border-color: rgb(116,221,115); }

 td.TdClassName
 {
   border-color: #74DD73;
 }
 .TagClassName
 {
   border-color: #74DD73;
 }
</style>