Shades of Christi #77CC05
Tints of Christi #77CC05
RGB
CMYK
RGB Variations
Color information
#77CC05 (or 0x77CC05) is known color: Christi. HEX triplet: 77, CC and 05. RGB value is (119,204,5). Sum of RGB (Red+Green+Blue) = 119+204+5=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC05 is #8833FA. Grayscale: #9C9C9C. Windows color (decimal): -8926203 or 380023. OLE color: 380023.
HSL color Cylindrical-coordinate representation of color #77CC05: hue angle of 85.63º degrees, saturation: 0.95, 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 #77CC05 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.2 |
| HSL | 85.63º | 0.95% | 0.41% | - |
| HSV(B) | 85.63º | 0.98% | 0.8% | - |
| XYZ | 29.23 | 47.12 | 7.7 | - |
| YUV | 155.9 | 42.84 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 5 | 0.42 | 0 | 0.98 | 0.2 | 85.63 | 0.95 | 0.41 |
| Hex | 77 | CC | 5 | 2A | 0 | 62 | 14 | 56 | 5F | 29 |
| Octal | 167 | 314 | 5 | 52 | 0 | 142 | 24 | 126 | 137 | 51 |
| Binary | 1110111 | 11001100 | 101 | 101010 | 0 | 1100010 | 10100 | 1010110 | 1011111 | 101001 |
Color Harmonies of #77CC05
Complementary color
Monochromatic Colors of #77CC05
Black with #77CC05
Text Example
Text Example
White with #77CC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC05; }
p { color: rgb(119,204,5); }
H1.HeaderClassName
{
color: #77CC05;
}
.AnyTagClassName
{
color: #77CC05;
}
</style>
background-color css
<style>
a { background-color: #77CC05; }
a { background-color: rgb(119,204,5); }
div.DivClassName
{
background-color: #77CC05;
}
.BgClassName
{
background-color: #77CC05;
}
</style>
border-color css
<style>
span { border-color: #77CC05; }
span { border-color: rgb(119,204,5); }
td.TdClassName
{
border-color: #77CC05;
}
.TagClassName
{
border-color: #77CC05;
}
</style>