Shades of Christi #6CCC14
Tints of Christi #6CCC14
RGB
CMYK
RGB Variations
Color information
#6CCC14 (or 0x6CCC14) is known color: Christi. HEX triplet: 6C, CC and 14. RGB value is (108,204,20). Sum of RGB (Red+Green+Blue) = 108+204+20=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC14 is #9333EB. Grayscale: #9A9A9A. Windows color (decimal): -9647084 or 1363052. OLE color: 1363052.
HSL color Cylindrical-coordinate representation of color #6CCC14: hue angle of 91.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CCC14 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 20 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.2 |
| HSL | 91.3º | 0.82% | 0.44% | - |
| HSV(B) | 91.3º | 0.9% | 0.8% | - |
| XYZ | 27.9 | 46.42 | 8.15 | - |
| YUV | 154.32 | 52.2 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 20 | 0.47 | 0 | 0.90 | 0.2 | 91.3 | 0.82 | 0.44 |
| Hex | 6C | CC | 14 | 2F | 0 | 5A | 14 | 5B | 52 | 2C |
| Octal | 154 | 314 | 24 | 57 | 0 | 132 | 24 | 133 | 122 | 54 |
| Binary | 1101100 | 11001100 | 10100 | 101111 | 0 | 1011010 | 10100 | 1011011 | 1010010 | 101100 |
Color Harmonies of #6CCC14
Complementary color
Monochromatic Colors of #6CCC14
Black with #6CCC14
Text Example
Text Example
White with #6CCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC14; }
p { color: rgb(108,204,20); }
H1.HeaderClassName
{
color: #6CCC14;
}
.AnyTagClassName
{
color: #6CCC14;
}
</style>
background-color css
<style>
a { background-color: #6CCC14; }
a { background-color: rgb(108,204,20); }
div.DivClassName
{
background-color: #6CCC14;
}
.BgClassName
{
background-color: #6CCC14;
}
</style>
border-color css
<style>
span { border-color: #6CCC14; }
span { border-color: rgb(108,204,20); }
td.TdClassName
{
border-color: #6CCC14;
}
.TagClassName
{
border-color: #6CCC14;
}
</style>