Shades of Christi #71CB13
Tints of Christi #71CB13
RGB
CMYK
RGB Variations
Color information
#71CB13 (or 0x71CB13) is known color: Christi. HEX triplet: 71, CB and 13. RGB value is (113,203,19). Sum of RGB (Red+Green+Blue) = 113+203+19=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CB13 is #8E34EC. Grayscale: #9B9B9B. Windows color (decimal): -9319661 or 1297265. OLE color: 1297265.
HSL color Cylindrical-coordinate representation of color #71CB13: hue angle of 89.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71CB13 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 19 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.20 |
| HSL | 89.35º | 0.83% | 0.44% | - |
| HSV(B) | 89.35º | 0.91% | 0.8% | - |
| XYZ | 28.28 | 46.27 | 8.06 | - |
| YUV | 155.11 | 51.18 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 19 | 0.44 | 0 | 0.91 | 0.20 | 89.35 | 0.83 | 0.44 |
| Hex | 71 | CB | 13 | 2C | 0 | 5B | 14 | 59 | 53 | 2C |
| Octal | 161 | 313 | 23 | 54 | 0 | 133 | 24 | 131 | 123 | 54 |
| Binary | 1110001 | 11001011 | 10011 | 101100 | 0 | 1011011 | 10100 | 1011001 | 1010011 | 101100 |
Color Harmonies of #71CB13
Complementary color
Monochromatic Colors of #71CB13
Black with #71CB13
Text Example
Text Example
White with #71CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB13; }
p { color: rgb(113,203,19); }
H1.HeaderClassName
{
color: #71CB13;
}
.AnyTagClassName
{
color: #71CB13;
}
</style>
background-color css
<style>
a { background-color: #71CB13; }
a { background-color: rgb(113,203,19); }
div.DivClassName
{
background-color: #71CB13;
}
.BgClassName
{
background-color: #71CB13;
}
</style>
border-color css
<style>
span { border-color: #71CB13; }
span { border-color: rgb(113,203,19); }
td.TdClassName
{
border-color: #71CB13;
}
.TagClassName
{
border-color: #71CB13;
}
</style>