Shades of Fern #65CF5B
Tints of Fern #65CF5B
RGB
CMYK
RGB Variations
Color information
#65CF5B (or 0x65CF5B) is known color: Fern. HEX triplet: 65, CF and 5B. RGB value is (101,207,91). Sum of RGB (Red+Green+Blue) = 101+207+91=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF5B is #9A30A4. Grayscale: #A2A2A2. Windows color (decimal): -10104997 or 6016869. OLE color: 6016869.
HSL color Cylindrical-coordinate representation of color #65CF5B: hue angle of 114.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65CF5B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 91 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.19 |
| HSL | 114.83º | 0.55% | 0.58% | - |
| HSV(B) | 114.83º | 0.56% | 0.81% | - |
| XYZ | 29.57 | 48.15 | 17.63 | - |
| YUV | 162.08 | 87.88 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 91 | 0.51 | 0 | 0.56 | 0.19 | 114.83 | 0.55 | 0.58 |
| Hex | 65 | CF | 5B | 33 | 0 | 38 | 13 | 73 | 37 | 3A |
| Octal | 145 | 317 | 133 | 63 | 0 | 70 | 23 | 163 | 67 | 72 |
| Binary | 1100101 | 11001111 | 1011011 | 110011 | 0 | 111000 | 10011 | 1110011 | 110111 | 111010 |
Color Harmonies of #65CF5B
Complementary color
Monochromatic Colors of #65CF5B
Black with #65CF5B
Text Example
Text Example
White with #65CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF5B; }
p { color: rgb(101,207,91); }
H1.HeaderClassName
{
color: #65CF5B;
}
.AnyTagClassName
{
color: #65CF5B;
}
</style>
background-color css
<style>
a { background-color: #65CF5B; }
a { background-color: rgb(101,207,91); }
div.DivClassName
{
background-color: #65CF5B;
}
.BgClassName
{
background-color: #65CF5B;
}
</style>
border-color css
<style>
span { border-color: #65CF5B; }
span { border-color: rgb(101,207,91); }
td.TdClassName
{
border-color: #65CF5B;
}
.TagClassName
{
border-color: #65CF5B;
}
</style>