Shades of Christi #75BB02
Tints of Christi #75BB02
RGB
CMYK
RGB Variations
Color information
#75BB02 (or 0x75BB02) is known color: Christi. HEX triplet: 75, BB and 02. RGB value is (117,187,2). Sum of RGB (Red+Green+Blue) = 117+187+2=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BB02 is #8A44FD. Grayscale: #919191. Windows color (decimal): -9061630 or 179061. OLE color: 179061.
HSL color Cylindrical-coordinate representation of color #75BB02: hue angle of 82.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75BB02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.27 |
| HSL | 82.7º | 0.98% | 0.37% | - |
| HSV(B) | 82.7º | 0.99% | 0.73% | - |
| XYZ | 25.12 | 39.33 | 6.32 | - |
| YUV | 144.98 | 47.31 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 2 | 0.37 | 0 | 0.99 | 0.27 | 82.7 | 0.98 | 0.37 |
| Hex | 75 | BB | 2 | 25 | 0 | 63 | 1B | 53 | 62 | 25 |
| Octal | 165 | 273 | 2 | 45 | 0 | 143 | 33 | 123 | 142 | 45 |
| Binary | 1110101 | 10111011 | 10 | 100101 | 0 | 1100011 | 11011 | 1010011 | 1100010 | 100101 |
Color Harmonies of #75BB02
Complementary color
Monochromatic Colors of #75BB02
Black with #75BB02
Text Example
Text Example
White with #75BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB02; }
p { color: rgb(117,187,2); }
H1.HeaderClassName
{
color: #75BB02;
}
.AnyTagClassName
{
color: #75BB02;
}
</style>
background-color css
<style>
a { background-color: #75BB02; }
a { background-color: rgb(117,187,2); }
div.DivClassName
{
background-color: #75BB02;
}
.BgClassName
{
background-color: #75BB02;
}
</style>
border-color css
<style>
span { border-color: #75BB02; }
span { border-color: rgb(117,187,2); }
td.TdClassName
{
border-color: #75BB02;
}
.TagClassName
{
border-color: #75BB02;
}
</style>