Shades of Christi #77CC03
Tints of Christi #77CC03
RGB
CMYK
RGB Variations
Color information
#77CC03 (or 0x77CC03) is known color: Christi. HEX triplet: 77, CC and 03. RGB value is (119,204,3). Sum of RGB (Red+Green+Blue) = 119+204+3=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC03 is #8833FC. Grayscale: #9C9C9C. Windows color (decimal): -8926205 or 248951. OLE color: 248951.
HSL color Cylindrical-coordinate representation of color #77CC03: hue angle of 85.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77CC03 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 3 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.2 |
| HSL | 85.37º | 0.97% | 0.41% | - |
| HSV(B) | 85.37º | 0.99% | 0.8% | - |
| XYZ | 29.22 | 47.11 | 7.64 | - |
| YUV | 155.67 | 41.84 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 3 | 0.42 | 0 | 0.99 | 0.2 | 85.37 | 0.97 | 0.41 |
| Hex | 77 | CC | 3 | 2A | 0 | 63 | 14 | 55 | 61 | 29 |
| Octal | 167 | 314 | 3 | 52 | 0 | 143 | 24 | 125 | 141 | 51 |
| Binary | 1110111 | 11001100 | 11 | 101010 | 0 | 1100011 | 10100 | 1010101 | 1100001 | 101001 |
Color Harmonies of #77CC03
Complementary color
Monochromatic Colors of #77CC03
Black with #77CC03
Text Example
Text Example
White with #77CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC03; }
p { color: rgb(119,204,3); }
H1.HeaderClassName
{
color: #77CC03;
}
.AnyTagClassName
{
color: #77CC03;
}
</style>
background-color css
<style>
a { background-color: #77CC03; }
a { background-color: rgb(119,204,3); }
div.DivClassName
{
background-color: #77CC03;
}
.BgClassName
{
background-color: #77CC03;
}
</style>
border-color css
<style>
span { border-color: #77CC03; }
span { border-color: rgb(119,204,3); }
td.TdClassName
{
border-color: #77CC03;
}
.TagClassName
{
border-color: #77CC03;
}
</style>