Shades of Christi #71BD1F
Tints of Christi #71BD1F
RGB
CMYK
RGB Variations
Color information
#71BD1F (or 0x71BD1F) is known color: Christi. HEX triplet: 71, BD and 1F. RGB value is (113,189,31). Sum of RGB (Red+Green+Blue) = 113+189+31=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD1F is #8E42E0. Grayscale: #949494. Windows color (decimal): -9323233 or 2080113. OLE color: 2080113.
HSL color Cylindrical-coordinate representation of color #71BD1F: hue angle of 88.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71BD1F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 31 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.26 |
| HSL | 88.86º | 0.72% | 0.43% | - |
| HSV(B) | 88.86º | 0.84% | 0.74% | - |
| XYZ | 25.25 | 40 | 7.69 | - |
| YUV | 148.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 31 | 0.40 | 0 | 0.84 | 0.26 | 88.86 | 0.72 | 0.43 |
| Hex | 71 | BD | 1F | 28 | 0 | 54 | 1A | 59 | 48 | 2B |
| Octal | 161 | 275 | 37 | 50 | 0 | 124 | 32 | 131 | 110 | 53 |
| Binary | 1110001 | 10111101 | 11111 | 101000 | 0 | 1010100 | 11010 | 1011001 | 1001000 | 101011 |
Color Harmonies of #71BD1F
Complementary color
Monochromatic Colors of #71BD1F
Black with #71BD1F
Text Example
Text Example
White with #71BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD1F; }
p { color: rgb(113,189,31); }
H1.HeaderClassName
{
color: #71BD1F;
}
.AnyTagClassName
{
color: #71BD1F;
}
</style>
background-color css
<style>
a { background-color: #71BD1F; }
a { background-color: rgb(113,189,31); }
div.DivClassName
{
background-color: #71BD1F;
}
.BgClassName
{
background-color: #71BD1F;
}
</style>
border-color css
<style>
span { border-color: #71BD1F; }
span { border-color: rgb(113,189,31); }
td.TdClassName
{
border-color: #71BD1F;
}
.TagClassName
{
border-color: #71BD1F;
}
</style>