#74CF8D

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

Shades of Silver Tree #74CF8D

Tints of Silver Tree #74CF8D

Color information

#74CF8D (or 0x74CF8D) is unknown color: approx Silver Tree. HEX triplet: 74, CF and 8D. RGB value is (116,207,141). Sum of RGB (Red+Green+Blue) = 116+207+141=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CF8D is #8B3072. Grayscale: #ACACAC. Windows color (decimal): -9121907 or 9293684. OLE color: 9293684.

HSL color Cylindrical-coordinate representation of color #74CF8D: hue angle of 136.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CF8D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB116207141-
CMYK0.4400.320.19
HSL136.48º48.66%63.33%-
HSV(B)136.48º43.96%81.18%-
XYZ34.3250.2633.09-
YUV172.27110.3587.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 207 (81.25% from 255) = 44.61%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=25%
G=44.61%
B=30.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162071410.4400.320.19136.4848.6663.33
Hex74CF8D2C0201388313f
Octal16431721554040232106177
Binary1110100110011111000110110110001000001001110001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,207,141); }

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

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

 a { background-color: rgb(116,207,141); }

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

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

 span { border-color: rgb(116,207,141); }

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