Shades of Fern #65B265
Tints of Fern #65B265
RGB
CMYK
RGB Variations
Color information
#65B265 (or 0x65B265) is known color: Fern. HEX triplet: 65, B2 and 65. RGB value is (101,178,101). Sum of RGB (Red+Green+Blue) = 101+178+101=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #65B265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B265 is #9A4D9A. Grayscale: #929292. Windows color (decimal): -10112411 or 6664805. OLE color: 6664805.
HSL color Cylindrical-coordinate representation of color #65B265: hue angle of 120º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B265 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 101 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.30 |
| HSL | 120º | 0.33% | 0.55% | - |
| HSV(B) | 120º | 0.43% | 0.7% | - |
| XYZ | 23.64 | 35.55 | 17.93 | - |
| YUV | 146.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 101 | 0.43 | 0 | 0.43 | 0.30 | 120 | 0.33 | 0.55 |
| Hex | 65 | B2 | 65 | 2B | 0 | 2B | 1E | 78 | 21 | 37 |
| Octal | 145 | 262 | 145 | 53 | 0 | 53 | 36 | 170 | 41 | 67 |
| Binary | 1100101 | 10110010 | 1100101 | 101011 | 0 | 101011 | 11110 | 1111000 | 100001 | 110111 |
Color Harmonies of #65B265
Complementary color
Monochromatic Colors of #65B265
Black with #65B265
Text Example
Text Example
White with #65B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B265; }
p { color: rgb(101,178,101); }
H1.HeaderClassName
{
color: #65B265;
}
.AnyTagClassName
{
color: #65B265;
}
</style>
background-color css
<style>
a { background-color: #65B265; }
a { background-color: rgb(101,178,101); }
div.DivClassName
{
background-color: #65B265;
}
.BgClassName
{
background-color: #65B265;
}
</style>
border-color css
<style>
span { border-color: #65B265; }
span { border-color: rgb(101,178,101); }
td.TdClassName
{
border-color: #65B265;
}
.TagClassName
{
border-color: #65B265;
}
</style>