#5CC08F

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

Shades of Silver Tree #5CC08F

Tints of Silver Tree #5CC08F

Color information

#5CC08F (or 0x5CC08F) is unknown color: approx Silver Tree. HEX triplet: 5C, C0 and 8F. RGB value is (92,192,143). Sum of RGB (Red+Green+Blue) = 92+192+143=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC08F is #A33F70. Grayscale: #9C9C9C. Windows color (decimal): -10698609 or 9420892. OLE color: 9420892.

HSL color Cylindrical-coordinate representation of color #5CC08F: hue angle of 150.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC08F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB92192143-
CMYK0.5200.260.25
HSL150.6º44.25%55.69%-
HSV(B)150.6º52.08%75.29%-
XYZ28.2241.9632.6-
YUV156.51120.3781.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.55%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=21.55%
G=44.96%
B=33.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921921430.5200.260.25150.644.2555.69
Hex5CC08F3401A19972c38
Octal13430021764032312275470
Binary101110011000000100011111101000110101100110010111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC08F; }

 p { color: rgb(92,192,143); }

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

<style>
 a { background-color: #5CC08F; }

 a { background-color: rgb(92,192,143); }

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

<style>
 span { border-color: #5CC08F; }

 span { border-color: rgb(92,192,143); }

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