Shades of Christi #71CF12
Tints of Christi #71CF12
RGB
CMYK
RGB Variations
Color information
#71CF12 (or 0x71CF12) is known color: Christi. HEX triplet: 71, CF and 12. RGB value is (113,207,18). Sum of RGB (Red+Green+Blue) = 113+207+18=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CF12 is #8E30ED. Grayscale: #9E9E9E. Windows color (decimal): -9318638 or 1232753. OLE color: 1232753.
HSL color Cylindrical-coordinate representation of color #71CF12: hue angle of 89.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71CF12 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 18 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.19 |
| HSL | 89.84º | 0.84% | 0.44% | - |
| HSV(B) | 89.84º | 0.91% | 0.81% | - |
| XYZ | 29.23 | 48.18 | 8.33 | - |
| YUV | 157.35 | 49.36 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 18 | 0.45 | 0 | 0.91 | 0.19 | 89.84 | 0.84 | 0.44 |
| Hex | 71 | CF | 12 | 2D | 0 | 5B | 13 | 5A | 54 | 2C |
| Octal | 161 | 317 | 22 | 55 | 0 | 133 | 23 | 132 | 124 | 54 |
| Binary | 1110001 | 11001111 | 10010 | 101101 | 0 | 1011011 | 10011 | 1011010 | 1010100 | 101100 |
Color Harmonies of #71CF12
Complementary color
Monochromatic Colors of #71CF12
Black with #71CF12
Text Example
Text Example
White with #71CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF12; }
p { color: rgb(113,207,18); }
H1.HeaderClassName
{
color: #71CF12;
}
.AnyTagClassName
{
color: #71CF12;
}
</style>
background-color css
<style>
a { background-color: #71CF12; }
a { background-color: rgb(113,207,18); }
div.DivClassName
{
background-color: #71CF12;
}
.BgClassName
{
background-color: #71CF12;
}
</style>
border-color css
<style>
span { border-color: #71CF12; }
span { border-color: rgb(113,207,18); }
td.TdClassName
{
border-color: #71CF12;
}
.TagClassName
{
border-color: #71CF12;
}
</style>