Shades of Fern #65CB5B
Tints of Fern #65CB5B
RGB
CMYK
RGB Variations
Color information
#65CB5B (or 0x65CB5B) is known color: Fern. HEX triplet: 65, CB and 5B. RGB value is (101,203,91). Sum of RGB (Red+Green+Blue) = 101+203+91=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB5B is #9A34A4. Grayscale: #A0A0A0. Windows color (decimal): -10106021 or 6015845. OLE color: 6015845.
HSL color Cylindrical-coordinate representation of color #65CB5B: hue angle of 114.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CB5B is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 91 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.20 |
| HSL | 114.64º | 0.52% | 0.58% | - |
| HSV(B) | 114.64º | 0.55% | 0.8% | - |
| XYZ | 28.61 | 46.23 | 17.31 | - |
| YUV | 159.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 91 | 0.50 | 0 | 0.55 | 0.20 | 114.64 | 0.52 | 0.58 |
| Hex | 65 | CB | 5B | 32 | 0 | 37 | 14 | 73 | 34 | 3A |
| Octal | 145 | 313 | 133 | 62 | 0 | 67 | 24 | 163 | 64 | 72 |
| Binary | 1100101 | 11001011 | 1011011 | 110010 | 0 | 110111 | 10100 | 1110011 | 110100 | 111010 |
Color Harmonies of #65CB5B
Complementary color
Monochromatic Colors of #65CB5B
Black with #65CB5B
Text Example
Text Example
White with #65CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB5B; }
p { color: rgb(101,203,91); }
H1.HeaderClassName
{
color: #65CB5B;
}
.AnyTagClassName
{
color: #65CB5B;
}
</style>
background-color css
<style>
a { background-color: #65CB5B; }
a { background-color: rgb(101,203,91); }
div.DivClassName
{
background-color: #65CB5B;
}
.BgClassName
{
background-color: #65CB5B;
}
</style>
border-color css
<style>
span { border-color: #65CB5B; }
span { border-color: rgb(101,203,91); }
td.TdClassName
{
border-color: #65CB5B;
}
.TagClassName
{
border-color: #65CB5B;
}
</style>