Shades of Fern #5CBE6A
Tints of Fern #5CBE6A
RGB
CMYK
RGB Variations
Color information
#5CBE6A (or 0x5CBE6A) is known color: Fern. HEX triplet: 5C, BE and 6A. RGB value is (92,190,106). Sum of RGB (Red+Green+Blue) = 92+190+106=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE6A is #A34195. Grayscale: #979797. Windows color (decimal): -10699158 or 6995548. OLE color: 6995548.
HSL color Cylindrical-coordinate representation of color #5CBE6A: hue angle of 128.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE6A is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 106 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.25 |
| HSL | 128.57º | 0.43% | 0.55% | - |
| HSV(B) | 128.57º | 0.52% | 0.75% | - |
| XYZ | 25.43 | 40.14 | 20.04 | - |
| YUV | 151.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 106 | 0.52 | 0 | 0.44 | 0.25 | 128.57 | 0.43 | 0.55 |
| Hex | 5C | BE | 6A | 34 | 0 | 2C | 19 | 81 | 2B | 37 |
| Octal | 134 | 276 | 152 | 64 | 0 | 54 | 31 | 201 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1101010 | 110100 | 0 | 101100 | 11001 | 10000001 | 101011 | 110111 |
Color Harmonies of #5CBE6A
Complementary color
Monochromatic Colors of #5CBE6A
Black with #5CBE6A
Text Example
Text Example
White with #5CBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE6A; }
p { color: rgb(92,190,106); }
H1.HeaderClassName
{
color: #5CBE6A;
}
.AnyTagClassName
{
color: #5CBE6A;
}
</style>
background-color css
<style>
a { background-color: #5CBE6A; }
a { background-color: rgb(92,190,106); }
div.DivClassName
{
background-color: #5CBE6A;
}
.BgClassName
{
background-color: #5CBE6A;
}
</style>
border-color css
<style>
span { border-color: #5CBE6A; }
span { border-color: rgb(92,190,106); }
td.TdClassName
{
border-color: #5CBE6A;
}
.TagClassName
{
border-color: #5CBE6A;
}
</style>