#74DE70

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

Shades of Pastel Green #74DE70

Tints of Pastel Green #74DE70

Color information

#74DE70 (or 0x74DE70) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 70. RGB value is (116,222,112). Sum of RGB (Red+Green+Blue) = 116+222+112=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE70 is #8B218F. Grayscale: #B2B2B2. Windows color (decimal): -9118096 or 7396980. OLE color: 7396980.

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

Color convert

RGB116222112-
CMYK0.4800.500.13
HSL117.82º62.5%65.49%-
HSV(B)117.82º49.55%87.06%-
XYZ36.2557.1324.45-
YUV177.7790.8883.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=25.78%
G=49.33%
B=24.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221120.4800.500.13117.8262.565.49
Hex74DE7030032D763e41
Octal164336160600621516676101
Binary11101001101111011100001100000110010110111101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,112); }

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

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

 a { background-color: rgb(116,222,112); }

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

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

 span { border-color: rgb(116,222,112); }

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