Shades of Fern #65CB74
Tints of Fern #65CB74
RGB
CMYK
RGB Variations
Color information
#65CB74 (or 0x65CB74) is known color: Fern. HEX triplet: 65, CB and 74. RGB value is (101,203,116). Sum of RGB (Red+Green+Blue) = 101+203+116=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB74 is #9A348B. Grayscale: #A2A2A2. Windows color (decimal): -10105996 or 7654245. OLE color: 7654245.
HSL color Cylindrical-coordinate representation of color #65CB74: hue angle of 128.82º 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 #65CB74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 116 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.20 |
| HSL | 128.82º | 0.5% | 0.6% | - |
| HSV(B) | 128.82º | 0.5% | 0.8% | - |
| XYZ | 29.88 | 46.74 | 23.97 | - |
| YUV | 162.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 116 | 0.50 | 0 | 0.43 | 0.20 | 128.82 | 0.5 | 0.6 |
| Hex | 65 | CB | 74 | 32 | 0 | 2B | 14 | 81 | 32 | 3C |
| Octal | 145 | 313 | 164 | 62 | 0 | 53 | 24 | 201 | 62 | 74 |
| Binary | 1100101 | 11001011 | 1110100 | 110010 | 0 | 101011 | 10100 | 10000001 | 110010 | 111100 |
Color Harmonies of #65CB74
Complementary color
Monochromatic Colors of #65CB74
Black with #65CB74
Text Example
Text Example
White with #65CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB74; }
p { color: rgb(101,203,116); }
H1.HeaderClassName
{
color: #65CB74;
}
.AnyTagClassName
{
color: #65CB74;
}
</style>
background-color css
<style>
a { background-color: #65CB74; }
a { background-color: rgb(101,203,116); }
div.DivClassName
{
background-color: #65CB74;
}
.BgClassName
{
background-color: #65CB74;
}
</style>
border-color css
<style>
span { border-color: #65CB74; }
span { border-color: rgb(101,203,116); }
td.TdClassName
{
border-color: #65CB74;
}
.TagClassName
{
border-color: #65CB74;
}
</style>