Shades of Christi #75CF0A
Tints of Christi #75CF0A
RGB
CMYK
RGB Variations
Color information
#75CF0A (or 0x75CF0A) is known color: Christi. HEX triplet: 75, CF and 0A. RGB value is (117,207,10). Sum of RGB (Red+Green+Blue) = 117+207+10=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CF0A is #8A30F5. Grayscale: #9E9E9E. Windows color (decimal): -9056502 or 708469. OLE color: 708469.
HSL color Cylindrical-coordinate representation of color #75CF0A: hue angle of 87.41º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75CF0A is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 10 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.19 |
| HSL | 87.41º | 0.91% | 0.43% | - |
| HSV(B) | 87.41º | 0.95% | 0.81% | - |
| XYZ | 29.7 | 48.43 | 8.07 | - |
| YUV | 157.63 | 44.68 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 10 | 0.43 | 0 | 0.95 | 0.19 | 87.41 | 0.91 | 0.43 |
| Hex | 75 | CF | A | 2B | 0 | 5F | 13 | 57 | 5B | 2B |
| Octal | 165 | 317 | 12 | 53 | 0 | 137 | 23 | 127 | 133 | 53 |
| Binary | 1110101 | 11001111 | 1010 | 101011 | 0 | 1011111 | 10011 | 1010111 | 1011011 | 101011 |
Color Harmonies of #75CF0A
Complementary color
Monochromatic Colors of #75CF0A
Black with #75CF0A
Text Example
Text Example
White with #75CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF0A; }
p { color: rgb(117,207,10); }
H1.HeaderClassName
{
color: #75CF0A;
}
.AnyTagClassName
{
color: #75CF0A;
}
</style>
background-color css
<style>
a { background-color: #75CF0A; }
a { background-color: rgb(117,207,10); }
div.DivClassName
{
background-color: #75CF0A;
}
.BgClassName
{
background-color: #75CF0A;
}
</style>
border-color css
<style>
span { border-color: #75CF0A; }
span { border-color: rgb(117,207,10); }
td.TdClassName
{
border-color: #75CF0A;
}
.TagClassName
{
border-color: #75CF0A;
}
</style>