Shades of Christi #77CC04
Tints of Christi #77CC04
RGB
CMYK
RGB Variations
Color information
#77CC04 (or 0x77CC04) is known color: Christi. HEX triplet: 77, CC and 04. RGB value is (119,204,4). Sum of RGB (Red+Green+Blue) = 119+204+4=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC04 is #8833FB. Grayscale: #9C9C9C. Windows color (decimal): -8926204 or 314487. OLE color: 314487.
HSL color Cylindrical-coordinate representation of color #77CC04: hue angle of 85.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77CC04 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.2 |
| HSL | 85.5º | 0.96% | 0.41% | - |
| HSV(B) | 85.5º | 0.98% | 0.8% | - |
| XYZ | 29.22 | 47.12 | 7.67 | - |
| YUV | 155.79 | 42.34 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 4 | 0.42 | 0 | 0.98 | 0.2 | 85.5 | 0.96 | 0.41 |
| Hex | 77 | CC | 4 | 2A | 0 | 62 | 14 | 56 | 60 | 29 |
| Octal | 167 | 314 | 4 | 52 | 0 | 142 | 24 | 126 | 140 | 51 |
| Binary | 1110111 | 11001100 | 100 | 101010 | 0 | 1100010 | 10100 | 1010110 | 1100000 | 101001 |
Color Harmonies of #77CC04
Complementary color
Monochromatic Colors of #77CC04
Black with #77CC04
Text Example
Text Example
White with #77CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC04; }
p { color: rgb(119,204,4); }
H1.HeaderClassName
{
color: #77CC04;
}
.AnyTagClassName
{
color: #77CC04;
}
</style>
background-color css
<style>
a { background-color: #77CC04; }
a { background-color: rgb(119,204,4); }
div.DivClassName
{
background-color: #77CC04;
}
.BgClassName
{
background-color: #77CC04;
}
</style>
border-color css
<style>
span { border-color: #77CC04; }
span { border-color: rgb(119,204,4); }
td.TdClassName
{
border-color: #77CC04;
}
.TagClassName
{
border-color: #77CC04;
}
</style>