Shades of Christi #75BA04
Tints of Christi #75BA04
RGB
CMYK
RGB Variations
Color information
#75BA04 (or 0x75BA04) is known color: Christi. HEX triplet: 75, BA and 04. RGB value is (117,186,4). Sum of RGB (Red+Green+Blue) = 117+186+4=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA04 is #8A45FB. Grayscale: #919191. Windows color (decimal): -9061884 or 309877. OLE color: 309877.
HSL color Cylindrical-coordinate representation of color #75BA04: hue angle of 82.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75BA04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.27 |
| HSL | 82.75º | 0.96% | 0.37% | - |
| HSV(B) | 82.75º | 0.98% | 0.73% | - |
| XYZ | 24.92 | 38.91 | 6.31 | - |
| YUV | 144.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 4 | 0.37 | 0 | 0.98 | 0.27 | 82.75 | 0.96 | 0.37 |
| Hex | 75 | BA | 4 | 25 | 0 | 62 | 1B | 53 | 60 | 25 |
| Octal | 165 | 272 | 4 | 45 | 0 | 142 | 33 | 123 | 140 | 45 |
| Binary | 1110101 | 10111010 | 100 | 100101 | 0 | 1100010 | 11011 | 1010011 | 1100000 | 100101 |
Color Harmonies of #75BA04
Complementary color
Monochromatic Colors of #75BA04
Black with #75BA04
Text Example
Text Example
White with #75BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA04; }
p { color: rgb(117,186,4); }
H1.HeaderClassName
{
color: #75BA04;
}
.AnyTagClassName
{
color: #75BA04;
}
</style>
background-color css
<style>
a { background-color: #75BA04; }
a { background-color: rgb(117,186,4); }
div.DivClassName
{
background-color: #75BA04;
}
.BgClassName
{
background-color: #75BA04;
}
</style>
border-color css
<style>
span { border-color: #75BA04; }
span { border-color: rgb(117,186,4); }
td.TdClassName
{
border-color: #75BA04;
}
.TagClassName
{
border-color: #75BA04;
}
</style>