Shades of Fern #5CC265
Tints of Fern #5CC265
RGB
CMYK
RGB Variations
Color information
#5CC265 (or 0x5CC265) is known color: Fern. HEX triplet: 5C, C2 and 65. RGB value is (92,194,101). Sum of RGB (Red+Green+Blue) = 92+194+101=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC265 is #A33D9A. Grayscale: #999999. Windows color (decimal): -10698139 or 6668892. OLE color: 6668892.
HSL color Cylindrical-coordinate representation of color #5CC265: hue angle of 125.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC265 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 101 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.24 |
| HSL | 125.29º | 0.46% | 0.56% | - |
| HSV(B) | 125.29º | 0.53% | 0.76% | - |
| XYZ | 26.05 | 41.8 | 19.01 | - |
| YUV | 152.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 101 | 0.53 | 0 | 0.48 | 0.24 | 125.29 | 0.46 | 0.56 |
| Hex | 5C | C2 | 65 | 35 | 0 | 30 | 18 | 7D | 2E | 38 |
| Octal | 134 | 302 | 145 | 65 | 0 | 60 | 30 | 175 | 56 | 70 |
| Binary | 1011100 | 11000010 | 1100101 | 110101 | 0 | 110000 | 11000 | 1111101 | 101110 | 111000 |
Color Harmonies of #5CC265
Complementary color
Monochromatic Colors of #5CC265
Black with #5CC265
Text Example
Text Example
White with #5CC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC265; }
p { color: rgb(92,194,101); }
H1.HeaderClassName
{
color: #5CC265;
}
.AnyTagClassName
{
color: #5CC265;
}
</style>
background-color css
<style>
a { background-color: #5CC265; }
a { background-color: rgb(92,194,101); }
div.DivClassName
{
background-color: #5CC265;
}
.BgClassName
{
background-color: #5CC265;
}
</style>
border-color css
<style>
span { border-color: #5CC265; }
span { border-color: rgb(92,194,101); }
td.TdClassName
{
border-color: #5CC265;
}
.TagClassName
{
border-color: #5CC265;
}
</style>