#74DE95

Color #74DE95 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #74DE95

Tints of Silver Tree #74DE95

Color information

#74DE95 (or 0x74DE95) is unknown color: approx Silver Tree. HEX triplet: 74, DE and 95. RGB value is (116,222,149). Sum of RGB (Red+Green+Blue) = 116+222+149=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DE95 is #8B216A. Grayscale: #B6B6B6. Windows color (decimal): -9118059 or 9821812. OLE color: 9821812.

HSL color Cylindrical-coordinate representation of color #74DE95: hue angle of 138.68º degrees, saturation: 0.62, 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 #74DE95 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB116222149-
CMYK0.4800.330.13
HSL138.68º61.63%66.27%-
HSV(B)138.68º47.75%87.06%-
XYZ38.7558.1337.61-
YUV181.98109.3880.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=23.82%
G=45.59%
B=30.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221490.4800.330.13138.6861.6366.27
Hex74DE9530021D8b3e42
Octal164336225600411521376102
Binary1110100110111101001010111000001000011101100010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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