Shades of Christi #75BE11
Tints of Christi #75BE11
RGB
CMYK
RGB Variations
Color information
#75BE11 (or 0x75BE11) is known color: Christi. HEX triplet: 75, BE and 11. RGB value is (117,190,17). Sum of RGB (Red+Green+Blue) = 117+190+17=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BE11 is #8A41EE. Grayscale: #959595. Windows color (decimal): -9060847 or 1162869. OLE color: 1162869.
HSL color Cylindrical-coordinate representation of color #75BE11: hue angle of 85.32º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75BE11 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 17 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.25 |
| HSL | 85.32º | 0.84% | 0.41% | - |
| HSV(B) | 85.32º | 0.91% | 0.75% | - |
| XYZ | 25.85 | 40.65 | 7.01 | - |
| YUV | 148.45 | 53.82 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 17 | 0.38 | 0 | 0.91 | 0.25 | 85.32 | 0.84 | 0.41 |
| Hex | 75 | BE | 11 | 26 | 0 | 5B | 19 | 55 | 54 | 29 |
| Octal | 165 | 276 | 21 | 46 | 0 | 133 | 31 | 125 | 124 | 51 |
| Binary | 1110101 | 10111110 | 10001 | 100110 | 0 | 1011011 | 11001 | 1010101 | 1010100 | 101001 |
Color Harmonies of #75BE11
Complementary color
Monochromatic Colors of #75BE11
Black with #75BE11
Text Example
Text Example
White with #75BE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE11; }
p { color: rgb(117,190,17); }
H1.HeaderClassName
{
color: #75BE11;
}
.AnyTagClassName
{
color: #75BE11;
}
</style>
background-color css
<style>
a { background-color: #75BE11; }
a { background-color: rgb(117,190,17); }
div.DivClassName
{
background-color: #75BE11;
}
.BgClassName
{
background-color: #75BE11;
}
</style>
border-color css
<style>
span { border-color: #75BE11; }
span { border-color: rgb(117,190,17); }
td.TdClassName
{
border-color: #75BE11;
}
.TagClassName
{
border-color: #75BE11;
}
</style>