Shades of Christi #6CCC03
Tints of Christi #6CCC03
RGB
CMYK
RGB Variations
Color information
#6CCC03 (or 0x6CCC03) is known color: Christi. HEX triplet: 6C, CC and 03. RGB value is (108,204,3). Sum of RGB (Red+Green+Blue) = 108+204+3=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC03 is #9333FC. Grayscale: #999999. Windows color (decimal): -9647101 or 248940. OLE color: 248940.
HSL color Cylindrical-coordinate representation of color #6CCC03: hue angle of 88.66º 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 #6CCC03 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 3 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.2 |
| HSL | 88.66º | 0.97% | 0.41% | - |
| HSV(B) | 88.66º | 0.99% | 0.8% | - |
| XYZ | 27.79 | 46.38 | 7.57 | - |
| YUV | 152.38 | 43.7 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 3 | 0.47 | 0 | 0.99 | 0.2 | 88.66 | 0.97 | 0.41 |
| Hex | 6C | CC | 3 | 2F | 0 | 63 | 14 | 59 | 61 | 29 |
| Octal | 154 | 314 | 3 | 57 | 0 | 143 | 24 | 131 | 141 | 51 |
| Binary | 1101100 | 11001100 | 11 | 101111 | 0 | 1100011 | 10100 | 1011001 | 1100001 | 101001 |
Color Harmonies of #6CCC03
Complementary color
Monochromatic Colors of #6CCC03
Black with #6CCC03
Text Example
Text Example
White with #6CCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC03; }
p { color: rgb(108,204,3); }
H1.HeaderClassName
{
color: #6CCC03;
}
.AnyTagClassName
{
color: #6CCC03;
}
</style>
background-color css
<style>
a { background-color: #6CCC03; }
a { background-color: rgb(108,204,3); }
div.DivClassName
{
background-color: #6CCC03;
}
.BgClassName
{
background-color: #6CCC03;
}
</style>
border-color css
<style>
span { border-color: #6CCC03; }
span { border-color: rgb(108,204,3); }
td.TdClassName
{
border-color: #6CCC03;
}
.TagClassName
{
border-color: #6CCC03;
}
</style>