Shades of Christi #71CA09
Tints of Christi #71CA09
RGB
CMYK
RGB Variations
Color information
#71CA09 (or 0x71CA09) is known color: Christi. HEX triplet: 71, CA and 09. RGB value is (113,202,9). Sum of RGB (Red+Green+Blue) = 113+202+9=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CA09 is #8E35F6. Grayscale: #9A9A9A. Windows color (decimal): -9319927 or 641649. OLE color: 641649.
HSL color Cylindrical-coordinate representation of color #71CA09: hue angle of 87.67º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71CA09 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 9 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.21 |
| HSL | 87.67º | 0.91% | 0.41% | - |
| HSV(B) | 87.67º | 0.96% | 0.79% | - |
| XYZ | 27.98 | 45.77 | 7.62 | - |
| YUV | 153.39 | 46.51 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 9 | 0.44 | 0 | 0.96 | 0.21 | 87.67 | 0.91 | 0.41 |
| Hex | 71 | CA | 9 | 2C | 0 | 60 | 15 | 58 | 5B | 29 |
| Octal | 161 | 312 | 11 | 54 | 0 | 140 | 25 | 130 | 133 | 51 |
| Binary | 1110001 | 11001010 | 1001 | 101100 | 0 | 1100000 | 10101 | 1011000 | 1011011 | 101001 |
Color Harmonies of #71CA09
Complementary color
Monochromatic Colors of #71CA09
Black with #71CA09
Text Example
Text Example
White with #71CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA09; }
p { color: rgb(113,202,9); }
H1.HeaderClassName
{
color: #71CA09;
}
.AnyTagClassName
{
color: #71CA09;
}
</style>
background-color css
<style>
a { background-color: #71CA09; }
a { background-color: rgb(113,202,9); }
div.DivClassName
{
background-color: #71CA09;
}
.BgClassName
{
background-color: #71CA09;
}
</style>
border-color css
<style>
span { border-color: #71CA09; }
span { border-color: rgb(113,202,9); }
td.TdClassName
{
border-color: #71CA09;
}
.TagClassName
{
border-color: #71CA09;
}
</style>