Shades of Christi #6CCC24
Tints of Christi #6CCC24
RGB
CMYK
RGB Variations
Color information
#6CCC24 (or 0x6CCC24) is known color: Christi. HEX triplet: 6C, CC and 24. RGB value is (108,204,36). Sum of RGB (Red+Green+Blue) = 108+204+36=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC24 is #9333DB. Grayscale: #9C9C9C. Windows color (decimal): -9647068 or 2411628. OLE color: 2411628.
HSL color Cylindrical-coordinate representation of color #6CCC24: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6CCC24 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 36 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.2 |
| HSL | 94.29º | 0.7% | 0.47% | - |
| HSV(B) | 94.29º | 0.82% | 0.8% | - |
| XYZ | 28.1 | 46.5 | 9.16 | - |
| YUV | 156.14 | 60.2 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 36 | 0.47 | 0 | 0.82 | 0.2 | 94.29 | 0.7 | 0.47 |
| Hex | 6C | CC | 24 | 2F | 0 | 52 | 14 | 5E | 46 | 2F |
| Octal | 154 | 314 | 44 | 57 | 0 | 122 | 24 | 136 | 106 | 57 |
| Binary | 1101100 | 11001100 | 100100 | 101111 | 0 | 1010010 | 10100 | 1011110 | 1000110 | 101111 |
Color Harmonies of #6CCC24
Complementary color
Monochromatic Colors of #6CCC24
Black with #6CCC24
Text Example
Text Example
White with #6CCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC24; }
p { color: rgb(108,204,36); }
H1.HeaderClassName
{
color: #6CCC24;
}
.AnyTagClassName
{
color: #6CCC24;
}
</style>
background-color css
<style>
a { background-color: #6CCC24; }
a { background-color: rgb(108,204,36); }
div.DivClassName
{
background-color: #6CCC24;
}
.BgClassName
{
background-color: #6CCC24;
}
</style>
border-color css
<style>
span { border-color: #6CCC24; }
span { border-color: rgb(108,204,36); }
td.TdClassName
{
border-color: #6CCC24;
}
.TagClassName
{
border-color: #6CCC24;
}
</style>