Shades of Fern #5CBE5C
Tints of Fern #5CBE5C
RGB
CMYK
RGB Variations
Color information
#5CBE5C (or 0x5CBE5C) is known color: Fern. HEX triplet: 5C, BE and 5C. RGB value is (92,190,92). Sum of RGB (Red+Green+Blue) = 92+190+92=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE5C is #A341A3. Grayscale: #959595. Windows color (decimal): -10699172 or 6078044. OLE color: 6078044.
HSL color Cylindrical-coordinate representation of color #5CBE5C: hue angle of 120º 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 #5CBE5C is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 92 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.25 |
| HSL | 120º | 0.43% | 0.55% | - |
| HSV(B) | 120º | 0.52% | 0.75% | - |
| XYZ | 24.76 | 39.87 | 16.52 | - |
| YUV | 149.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 92 | 0.52 | 0 | 0.52 | 0.25 | 120 | 0.43 | 0.55 |
| Hex | 5C | BE | 5C | 34 | 0 | 34 | 19 | 78 | 2B | 37 |
| Octal | 134 | 276 | 134 | 64 | 0 | 64 | 31 | 170 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1011100 | 110100 | 0 | 110100 | 11001 | 1111000 | 101011 | 110111 |
Color Harmonies of #5CBE5C
Complementary color
Monochromatic Colors of #5CBE5C
Black with #5CBE5C
Text Example
Text Example
White with #5CBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE5C; }
p { color: rgb(92,190,92); }
H1.HeaderClassName
{
color: #5CBE5C;
}
.AnyTagClassName
{
color: #5CBE5C;
}
</style>
background-color css
<style>
a { background-color: #5CBE5C; }
a { background-color: rgb(92,190,92); }
div.DivClassName
{
background-color: #5CBE5C;
}
.BgClassName
{
background-color: #5CBE5C;
}
</style>
border-color css
<style>
span { border-color: #5CBE5C; }
span { border-color: rgb(92,190,92); }
td.TdClassName
{
border-color: #5CBE5C;
}
.TagClassName
{
border-color: #5CBE5C;
}
</style>