Shades of Fern #5CB265
Tints of Fern #5CB265
RGB
CMYK
RGB Variations
Color information
#5CB265 (or 0x5CB265) is known color: Fern. HEX triplet: 5C, B2 and 65. RGB value is (92,178,101). Sum of RGB (Red+Green+Blue) = 92+178+101=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB265 is #A34D9A. Grayscale: #8F8F8F. Windows color (decimal): -10702235 or 6664796. OLE color: 6664796.
HSL color Cylindrical-coordinate representation of color #5CB265: hue angle of 126.28º 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 #5CB265 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 101 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.30 |
| HSL | 126.28º | 0.36% | 0.53% | - |
| HSV(B) | 126.28º | 0.48% | 0.7% | - |
| XYZ | 22.68 | 35.06 | 17.88 | - |
| YUV | 143.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 101 | 0.48 | 0 | 0.43 | 0.30 | 126.28 | 0.36 | 0.53 |
| Hex | 5C | B2 | 65 | 30 | 0 | 2B | 1E | 7E | 24 | 35 |
| Octal | 134 | 262 | 145 | 60 | 0 | 53 | 36 | 176 | 44 | 65 |
| Binary | 1011100 | 10110010 | 1100101 | 110000 | 0 | 101011 | 11110 | 1111110 | 100100 | 110101 |
Color Harmonies of #5CB265
Complementary color
Monochromatic Colors of #5CB265
Black with #5CB265
Text Example
Text Example
White with #5CB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB265; }
p { color: rgb(92,178,101); }
H1.HeaderClassName
{
color: #5CB265;
}
.AnyTagClassName
{
color: #5CB265;
}
</style>
background-color css
<style>
a { background-color: #5CB265; }
a { background-color: rgb(92,178,101); }
div.DivClassName
{
background-color: #5CB265;
}
.BgClassName
{
background-color: #5CB265;
}
</style>
border-color css
<style>
span { border-color: #5CB265; }
span { border-color: rgb(92,178,101); }
td.TdClassName
{
border-color: #5CB265;
}
.TagClassName
{
border-color: #5CB265;
}
</style>