Shades of Christi #71C30D
Tints of Christi #71C30D
RGB
CMYK
RGB Variations
Color information
#71C30D (or 0x71C30D) is known color: Christi. HEX triplet: 71, C3 and 0D. RGB value is (113,195,13). Sum of RGB (Red+Green+Blue) = 113+195+13=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #71C30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C30D is #8E3CF2. Grayscale: #969696. Windows color (decimal): -9321715 or 902001. OLE color: 902001.
HSL color Cylindrical-coordinate representation of color #71C30D: hue angle of 87.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71C30D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 13 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.24 |
| HSL | 87.03º | 0.88% | 0.41% | - |
| HSV(B) | 87.03º | 0.93% | 0.76% | - |
| XYZ | 26.4 | 42.57 | 7.21 | - |
| YUV | 149.73 | 50.83 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 13 | 0.42 | 0 | 0.93 | 0.24 | 87.03 | 0.88 | 0.41 |
| Hex | 71 | C3 | D | 2A | 0 | 5D | 18 | 57 | 58 | 29 |
| Octal | 161 | 303 | 15 | 52 | 0 | 135 | 30 | 127 | 130 | 51 |
| Binary | 1110001 | 11000011 | 1101 | 101010 | 0 | 1011101 | 11000 | 1010111 | 1011000 | 101001 |
Color Harmonies of #71C30D
Complementary color
Monochromatic Colors of #71C30D
Black with #71C30D
Text Example
Text Example
White with #71C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C30D; }
p { color: rgb(113,195,13); }
H1.HeaderClassName
{
color: #71C30D;
}
.AnyTagClassName
{
color: #71C30D;
}
</style>
background-color css
<style>
a { background-color: #71C30D; }
a { background-color: rgb(113,195,13); }
div.DivClassName
{
background-color: #71C30D;
}
.BgClassName
{
background-color: #71C30D;
}
</style>
border-color css
<style>
span { border-color: #71C30D; }
span { border-color: rgb(113,195,13); }
td.TdClassName
{
border-color: #71C30D;
}
.TagClassName
{
border-color: #71C30D;
}
</style>