Shades of Christi #599D02
Tints of Christi #599D02
RGB
CMYK
RGB Variations
Color information
#599D02 (or 0x599D02) is known color: Christi. HEX triplet: 59, 9D and 02. RGB value is (89,157,2). Sum of RGB (Red+Green+Blue) = 89+157+2=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #599D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599D02 is #A662FD. Grayscale: #777777. Windows color (decimal): -10904318 or 171353. OLE color: 171353.
HSL color Cylindrical-coordinate representation of color #599D02: hue angle of 86.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599D02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.38 |
| HSL | 86.32º | 0.97% | 0.31% | - |
| HSV(B) | 86.32º | 0.99% | 0.62% | - |
| XYZ | 16.19 | 26.24 | 4.27 | - |
| YUV | 119 | 61.97 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 2 | 0.43 | 0 | 0.99 | 0.38 | 86.32 | 0.97 | 0.31 |
| Hex | 59 | 9D | 2 | 2B | 0 | 63 | 26 | 56 | 61 | 1F |
| Octal | 131 | 235 | 2 | 53 | 0 | 143 | 46 | 126 | 141 | 37 |
| Binary | 1011001 | 10011101 | 10 | 101011 | 0 | 1100011 | 100110 | 1010110 | 1100001 | 11111 |
Color Harmonies of #599D02
Complementary color
Monochromatic Colors of #599D02
Black with #599D02
Text Example
Text Example
White with #599D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D02; }
p { color: rgb(89,157,2); }
H1.HeaderClassName
{
color: #599D02;
}
.AnyTagClassName
{
color: #599D02;
}
</style>
background-color css
<style>
a { background-color: #599D02; }
a { background-color: rgb(89,157,2); }
div.DivClassName
{
background-color: #599D02;
}
.BgClassName
{
background-color: #599D02;
}
</style>
border-color css
<style>
span { border-color: #599D02; }
span { border-color: rgb(89,157,2); }
td.TdClassName
{
border-color: #599D02;
}
.TagClassName
{
border-color: #599D02;
}
</style>