#5CB26E

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

Shades of Fern #5CB26E

Tints of Fern #5CB26E

Color information

#5CB26E (or 0x5CB26E) is unknown color: approx Fern. HEX triplet: 5C, B2 and 6E. RGB value is (92,178,110). Sum of RGB (Red+Green+Blue) = 92+178+110=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB26E is #A34D91. Grayscale: #909090. Windows color (decimal): -10702226 or 7254620. OLE color: 7254620.

HSL color Cylindrical-coordinate representation of color #5CB26E: hue angle of 132.56º 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 #5CB26E is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB92178110-
CMYK0.4800.380.30
HSL132.56º35.83%52.94%-
HSV(B)132.56º48.31%69.8%-
XYZ23.1535.2420.33-
YUV144.53108.5190.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=24.21%
G=46.84%
B=28.95%

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
Decimal921781100.4800.380.30132.5635.8352.94
Hex5CB26E300261E852435
Octal13426215660046362054465
Binary101110010110010110111011000001001101111010000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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