Shades of Christi #6CCC28
Tints of Christi #6CCC28
RGB
CMYK
RGB Variations
Color information
#6CCC28 (or 0x6CCC28) is known color: Christi. HEX triplet: 6C, CC and 28. RGB value is (108,204,40). Sum of RGB (Red+Green+Blue) = 108+204+40=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC28 is #9333D7. Grayscale: #9D9D9D. Windows color (decimal): -9647064 or 2673772. OLE color: 2673772.
HSL color Cylindrical-coordinate representation of color #6CCC28: hue angle of 95.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CCC28 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 40 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.2 |
| HSL | 95.12º | 0.67% | 0.48% | - |
| HSV(B) | 95.12º | 0.8% | 0.8% | - |
| XYZ | 28.16 | 46.53 | 9.5 | - |
| YUV | 156.6 | 62.2 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 40 | 0.47 | 0 | 0.80 | 0.2 | 95.12 | 0.67 | 0.48 |
| Hex | 6C | CC | 28 | 2F | 0 | 50 | 14 | 5F | 43 | 30 |
| Octal | 154 | 314 | 50 | 57 | 0 | 120 | 24 | 137 | 103 | 60 |
| Binary | 1101100 | 11001100 | 101000 | 101111 | 0 | 1010000 | 10100 | 1011111 | 1000011 | 110000 |
Color Harmonies of #6CCC28
Complementary color
Monochromatic Colors of #6CCC28
Black with #6CCC28
Text Example
Text Example
White with #6CCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC28; }
p { color: rgb(108,204,40); }
H1.HeaderClassName
{
color: #6CCC28;
}
.AnyTagClassName
{
color: #6CCC28;
}
</style>
background-color css
<style>
a { background-color: #6CCC28; }
a { background-color: rgb(108,204,40); }
div.DivClassName
{
background-color: #6CCC28;
}
.BgClassName
{
background-color: #6CCC28;
}
</style>
border-color css
<style>
span { border-color: #6CCC28; }
span { border-color: rgb(108,204,40); }
td.TdClassName
{
border-color: #6CCC28;
}
.TagClassName
{
border-color: #6CCC28;
}
</style>