Shades of Christi #6DCC08
Tints of Christi #6DCC08
RGB
CMYK
RGB Variations
Color information
#6DCC08 (or 0x6DCC08) is known color: Christi. HEX triplet: 6D, CC and 08. RGB value is (109,204,8). Sum of RGB (Red+Green+Blue) = 109+204+8=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCC08 is #9233F7. Grayscale: #999999. Windows color (decimal): -9581560 or 576621. OLE color: 576621.
HSL color Cylindrical-coordinate representation of color #6DCC08: hue angle of 89.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DCC08 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 8 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.2 |
| HSL | 89.08º | 0.92% | 0.42% | - |
| HSV(B) | 89.08º | 0.96% | 0.8% | - |
| XYZ | 27.94 | 46.45 | 7.72 | - |
| YUV | 153.25 | 46.03 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 8 | 0.47 | 0 | 0.96 | 0.2 | 89.08 | 0.92 | 0.42 |
| Hex | 6D | CC | 8 | 2F | 0 | 60 | 14 | 59 | 5C | 2A |
| Octal | 155 | 314 | 10 | 57 | 0 | 140 | 24 | 131 | 134 | 52 |
| Binary | 1101101 | 11001100 | 1000 | 101111 | 0 | 1100000 | 10100 | 1011001 | 1011100 | 101010 |
Color Harmonies of #6DCC08
Complementary color
Monochromatic Colors of #6DCC08
Black with #6DCC08
Text Example
Text Example
White with #6DCC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC08; }
p { color: rgb(109,204,8); }
H1.HeaderClassName
{
color: #6DCC08;
}
.AnyTagClassName
{
color: #6DCC08;
}
</style>
background-color css
<style>
a { background-color: #6DCC08; }
a { background-color: rgb(109,204,8); }
div.DivClassName
{
background-color: #6DCC08;
}
.BgClassName
{
background-color: #6DCC08;
}
</style>
border-color css
<style>
span { border-color: #6DCC08; }
span { border-color: rgb(109,204,8); }
td.TdClassName
{
border-color: #6DCC08;
}
.TagClassName
{
border-color: #6DCC08;
}
</style>