Shades of Christi #65B302
Tints of Christi #65B302
RGB
CMYK
RGB Variations
Color information
#65B302 (or 0x65B302) is known color: Christi. HEX triplet: 65, B3 and 02. RGB value is (101,179,2). Sum of RGB (Red+Green+Blue) = 101+179+2=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #65B302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65B302 is #9A4CFD. Grayscale: #888888. Windows color (decimal): -10112254 or 176997. OLE color: 176997.
HSL color Cylindrical-coordinate representation of color #65B302: hue angle of 86.44º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65B302 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.30 |
| HSL | 86.44º | 0.98% | 0.35% | - |
| HSV(B) | 86.44º | 0.99% | 0.7% | - |
| XYZ | 21.5 | 35.01 | 5.68 | - |
| YUV | 135.5 | 52.66 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 2 | 0.44 | 0 | 0.99 | 0.30 | 86.44 | 0.98 | 0.35 |
| Hex | 65 | B3 | 2 | 2C | 0 | 63 | 1E | 56 | 62 | 23 |
| Octal | 145 | 263 | 2 | 54 | 0 | 143 | 36 | 126 | 142 | 43 |
| Binary | 1100101 | 10110011 | 10 | 101100 | 0 | 1100011 | 11110 | 1010110 | 1100010 | 100011 |
Color Harmonies of #65B302
Complementary color
Monochromatic Colors of #65B302
Black with #65B302
Text Example
Text Example
White with #65B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B302; }
p { color: rgb(101,179,2); }
H1.HeaderClassName
{
color: #65B302;
}
.AnyTagClassName
{
color: #65B302;
}
</style>
background-color css
<style>
a { background-color: #65B302; }
a { background-color: rgb(101,179,2); }
div.DivClassName
{
background-color: #65B302;
}
.BgClassName
{
background-color: #65B302;
}
</style>
border-color css
<style>
span { border-color: #65B302; }
span { border-color: rgb(101,179,2); }
td.TdClassName
{
border-color: #65B302;
}
.TagClassName
{
border-color: #65B302;
}
</style>