Shades of Fern #65CB6F
Tints of Fern #65CB6F
RGB
CMYK
RGB Variations
Color information
#65CB6F (or 0x65CB6F) is known color: Fern. HEX triplet: 65, CB and 6F. RGB value is (101,203,111). Sum of RGB (Red+Green+Blue) = 101+203+111=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB6F is #9A3490. Grayscale: #A2A2A2. Windows color (decimal): -10106001 or 7326565. OLE color: 7326565.
HSL color Cylindrical-coordinate representation of color #65CB6F: hue angle of 125.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB6F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 111 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.20 |
| HSL | 125.88º | 0.5% | 0.6% | - |
| HSV(B) | 125.88º | 0.5% | 0.8% | - |
| XYZ | 29.59 | 46.63 | 22.48 | - |
| YUV | 162.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 111 | 0.50 | 0 | 0.45 | 0.20 | 125.88 | 0.5 | 0.6 |
| Hex | 65 | CB | 6F | 32 | 0 | 2D | 14 | 7E | 32 | 3C |
| Octal | 145 | 313 | 157 | 62 | 0 | 55 | 24 | 176 | 62 | 74 |
| Binary | 1100101 | 11001011 | 1101111 | 110010 | 0 | 101101 | 10100 | 1111110 | 110010 | 111100 |
Color Harmonies of #65CB6F
Complementary color
Monochromatic Colors of #65CB6F
Black with #65CB6F
Text Example
Text Example
White with #65CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB6F; }
p { color: rgb(101,203,111); }
H1.HeaderClassName
{
color: #65CB6F;
}
.AnyTagClassName
{
color: #65CB6F;
}
</style>
background-color css
<style>
a { background-color: #65CB6F; }
a { background-color: rgb(101,203,111); }
div.DivClassName
{
background-color: #65CB6F;
}
.BgClassName
{
background-color: #65CB6F;
}
</style>
border-color css
<style>
span { border-color: #65CB6F; }
span { border-color: rgb(101,203,111); }
td.TdClassName
{
border-color: #65CB6F;
}
.TagClassName
{
border-color: #65CB6F;
}
</style>