Shades of Christi #65AB04
Tints of Christi #65AB04
RGB
CMYK
RGB Variations
Color information
#65AB04 (or 0x65AB04) is known color: Christi. HEX triplet: 65, AB and 04. RGB value is (101,171,4). Sum of RGB (Red+Green+Blue) = 101+171+4=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AB04 is #9A54FB. Grayscale: #838383. Windows color (decimal): -10114300 or 306021. OLE color: 306021.
HSL color Cylindrical-coordinate representation of color #65AB04: hue angle of 85.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65AB04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 4 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.33 |
| HSL | 85.15º | 0.95% | 0.34% | - |
| HSV(B) | 85.15º | 0.98% | 0.67% | - |
| XYZ | 19.95 | 31.9 | 5.22 | - |
| YUV | 131.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 4 | 0.41 | 0 | 0.98 | 0.33 | 85.15 | 0.95 | 0.34 |
| Hex | 65 | AB | 4 | 29 | 0 | 62 | 21 | 55 | 5F | 22 |
| Octal | 145 | 253 | 4 | 51 | 0 | 142 | 41 | 125 | 137 | 42 |
| Binary | 1100101 | 10101011 | 100 | 101001 | 0 | 1100010 | 100001 | 1010101 | 1011111 | 100010 |
Color Harmonies of #65AB04
Complementary color
Monochromatic Colors of #65AB04
Black with #65AB04
Text Example
Text Example
White with #65AB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB04; }
p { color: rgb(101,171,4); }
H1.HeaderClassName
{
color: #65AB04;
}
.AnyTagClassName
{
color: #65AB04;
}
</style>
background-color css
<style>
a { background-color: #65AB04; }
a { background-color: rgb(101,171,4); }
div.DivClassName
{
background-color: #65AB04;
}
.BgClassName
{
background-color: #65AB04;
}
</style>
border-color css
<style>
span { border-color: #65AB04; }
span { border-color: rgb(101,171,4); }
td.TdClassName
{
border-color: #65AB04;
}
.TagClassName
{
border-color: #65AB04;
}
</style>