Shades of Fern #5CBE6B
Tints of Fern #5CBE6B
RGB
CMYK
RGB Variations
Color information
#5CBE6B (or 0x5CBE6B) is known color: Fern. HEX triplet: 5C, BE and 6B. RGB value is (92,190,107). Sum of RGB (Red+Green+Blue) = 92+190+107=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE6B is #A34194. Grayscale: #979797. Windows color (decimal): -10699157 or 7061084. OLE color: 7061084.
HSL color Cylindrical-coordinate representation of color #5CBE6B: hue angle of 129.18º 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 #5CBE6B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 107 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.25 |
| HSL | 129.18º | 0.43% | 0.55% | - |
| HSV(B) | 129.18º | 0.52% | 0.75% | - |
| XYZ | 25.48 | 40.16 | 20.32 | - |
| YUV | 151.24 | 103.03 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 107 | 0.52 | 0 | 0.44 | 0.25 | 129.18 | 0.43 | 0.55 |
| Hex | 5C | BE | 6B | 34 | 0 | 2C | 19 | 81 | 2B | 37 |
| Octal | 134 | 276 | 153 | 64 | 0 | 54 | 31 | 201 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1101011 | 110100 | 0 | 101100 | 11001 | 10000001 | 101011 | 110111 |
Color Harmonies of #5CBE6B
Complementary color
Monochromatic Colors of #5CBE6B
Black with #5CBE6B
Text Example
Text Example
White with #5CBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE6B; }
p { color: rgb(92,190,107); }
H1.HeaderClassName
{
color: #5CBE6B;
}
.AnyTagClassName
{
color: #5CBE6B;
}
</style>
background-color css
<style>
a { background-color: #5CBE6B; }
a { background-color: rgb(92,190,107); }
div.DivClassName
{
background-color: #5CBE6B;
}
.BgClassName
{
background-color: #5CBE6B;
}
</style>
border-color css
<style>
span { border-color: #5CBE6B; }
span { border-color: rgb(92,190,107); }
td.TdClassName
{
border-color: #5CBE6B;
}
.TagClassName
{
border-color: #5CBE6B;
}
</style>