Shades of Christi #73CC0F
Tints of Christi #73CC0F
RGB
CMYK
RGB Variations
Color information
#73CC0F (or 0x73CC0F) is known color: Christi. HEX triplet: 73, CC and 0F. RGB value is (115,204,15). Sum of RGB (Red+Green+Blue) = 115+204+15=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CC0F is #8C33F0. Grayscale: #9C9C9C. Windows color (decimal): -9188337 or 1035379. OLE color: 1035379.
HSL color Cylindrical-coordinate representation of color #73CC0F: hue angle of 88.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73CC0F is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 15 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.2 |
| HSL | 88.25º | 0.86% | 0.43% | - |
| HSV(B) | 88.25º | 0.93% | 0.8% | - |
| XYZ | 28.75 | 46.87 | 7.98 | - |
| YUV | 155.84 | 48.51 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 15 | 0.44 | 0 | 0.93 | 0.2 | 88.25 | 0.86 | 0.43 |
| Hex | 73 | CC | F | 2C | 0 | 5D | 14 | 58 | 56 | 2B |
| Octal | 163 | 314 | 17 | 54 | 0 | 135 | 24 | 130 | 126 | 53 |
| Binary | 1110011 | 11001100 | 1111 | 101100 | 0 | 1011101 | 10100 | 1011000 | 1010110 | 101011 |
Color Harmonies of #73CC0F
Complementary color
Monochromatic Colors of #73CC0F
Black with #73CC0F
Text Example
Text Example
White with #73CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC0F; }
p { color: rgb(115,204,15); }
H1.HeaderClassName
{
color: #73CC0F;
}
.AnyTagClassName
{
color: #73CC0F;
}
</style>
background-color css
<style>
a { background-color: #73CC0F; }
a { background-color: rgb(115,204,15); }
div.DivClassName
{
background-color: #73CC0F;
}
.BgClassName
{
background-color: #73CC0F;
}
</style>
border-color css
<style>
span { border-color: #73CC0F; }
span { border-color: rgb(115,204,15); }
td.TdClassName
{
border-color: #73CC0F;
}
.TagClassName
{
border-color: #73CC0F;
}
</style>