#5CB26F

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

Shades of Fern #5CB26F

Tints of Fern #5CB26F

Color information

#5CB26F (or 0x5CB26F) is unknown color: approx Fern. HEX triplet: 5C, B2 and 6F. RGB value is (92,178,111). Sum of RGB (Red+Green+Blue) = 92+178+111=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB26F is #A34D90. Grayscale: #909090. Windows color (decimal): -10702225 or 7320156. OLE color: 7320156.

HSL color Cylindrical-coordinate representation of color #5CB26F: hue angle of 133.26º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB26F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB92178111-
CMYK0.4800.380.30
HSL133.26º35.83%52.94%-
HSV(B)133.26º48.31%69.8%-
XYZ23.235.2620.62-
YUV144.65109.0190.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=24.15%
G=46.72%
B=29.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal921781110.4800.380.30133.2635.8352.94
Hex5CB26F300261E852435
Octal13426215760046362054465
Binary101110010110010110111111000001001101111010000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,178,111); }

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

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

 a { background-color: rgb(92,178,111); }

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

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

 span { border-color: rgb(92,178,111); }

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