Shades of Christi #65B501
Tints of Christi #65B501
RGB
CMYK
RGB Variations
Color information
#65B501 (or 0x65B501) is known color: Christi. HEX triplet: 65, B5 and 01. RGB value is (101,181,1). Sum of RGB (Red+Green+Blue) = 101+181+1=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #65B501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65B501 is #9A4AFE. Grayscale: #898989. Windows color (decimal): -10111743 or 111973. OLE color: 111973.
HSL color Cylindrical-coordinate representation of color #65B501: hue angle of 86.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65B501 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 181 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.29 |
| HSL | 86.67º | 0.99% | 0.36% | - |
| HSV(B) | 86.67º | 0.99% | 0.71% | - |
| XYZ | 21.9 | 35.82 | 5.79 | - |
| YUV | 136.56 | 51.5 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 1 | 0.44 | 0 | 0.99 | 0.29 | 86.67 | 0.99 | 0.36 |
| Hex | 65 | B5 | 1 | 2C | 0 | 63 | 1D | 57 | 63 | 24 |
| Octal | 145 | 265 | 1 | 54 | 0 | 143 | 35 | 127 | 143 | 44 |
| Binary | 1100101 | 10110101 | 1 | 101100 | 0 | 1100011 | 11101 | 1010111 | 1100011 | 100100 |
Color Harmonies of #65B501
Complementary color
Monochromatic Colors of #65B501
Black with #65B501
Text Example
Text Example
White with #65B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B501; }
p { color: rgb(101,181,1); }
H1.HeaderClassName
{
color: #65B501;
}
.AnyTagClassName
{
color: #65B501;
}
</style>
background-color css
<style>
a { background-color: #65B501; }
a { background-color: rgb(101,181,1); }
div.DivClassName
{
background-color: #65B501;
}
.BgClassName
{
background-color: #65B501;
}
</style>
border-color css
<style>
span { border-color: #65B501; }
span { border-color: rgb(101,181,1); }
td.TdClassName
{
border-color: #65B501;
}
.TagClassName
{
border-color: #65B501;
}
</style>