Shades of Christi #65B80D
Tints of Christi #65B80D
RGB
CMYK
RGB Variations
Color information
#65B80D (or 0x65B80D) is known color: Christi. HEX triplet: 65, B8 and 0D. RGB value is (101,184,13). Sum of RGB (Red+Green+Blue) = 101+184+13=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #65B80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65B80D is #9A47F2. Grayscale: #8C8C8C. Windows color (decimal): -10110963 or 899173. OLE color: 899173.
HSL color Cylindrical-coordinate representation of color #65B80D: hue angle of 89.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65B80D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 13 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.28 |
| HSL | 89.12º | 0.87% | 0.39% | - |
| HSV(B) | 89.12º | 0.93% | 0.72% | - |
| XYZ | 22.58 | 37.08 | 6.35 | - |
| YUV | 139.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 13 | 0.45 | 0 | 0.93 | 0.28 | 89.12 | 0.87 | 0.39 |
| Hex | 65 | B8 | D | 2D | 0 | 5D | 1C | 59 | 57 | 27 |
| Octal | 145 | 270 | 15 | 55 | 0 | 135 | 34 | 131 | 127 | 47 |
| Binary | 1100101 | 10111000 | 1101 | 101101 | 0 | 1011101 | 11100 | 1011001 | 1010111 | 100111 |
Color Harmonies of #65B80D
Complementary color
Monochromatic Colors of #65B80D
Black with #65B80D
Text Example
Text Example
White with #65B80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B80D; }
p { color: rgb(101,184,13); }
H1.HeaderClassName
{
color: #65B80D;
}
.AnyTagClassName
{
color: #65B80D;
}
</style>
background-color css
<style>
a { background-color: #65B80D; }
a { background-color: rgb(101,184,13); }
div.DivClassName
{
background-color: #65B80D;
}
.BgClassName
{
background-color: #65B80D;
}
</style>
border-color css
<style>
span { border-color: #65B80D; }
span { border-color: rgb(101,184,13); }
td.TdClassName
{
border-color: #65B80D;
}
.TagClassName
{
border-color: #65B80D;
}
</style>