Shades of Christi #6CCA1C
Tints of Christi #6CCA1C
RGB
CMYK
RGB Variations
Color information
#6CCA1C (or 0x6CCA1C) is known color: Christi. HEX triplet: 6C, CA and 1C. RGB value is (108,202,28). Sum of RGB (Red+Green+Blue) = 108+202+28=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA1C is #9335E3. Grayscale: #9A9A9A. Windows color (decimal): -9647588 or 1886828. OLE color: 1886828.
HSL color Cylindrical-coordinate representation of color #6CCA1C: hue angle of 92.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CCA1C is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 28 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.21 |
| HSL | 92.41º | 0.76% | 0.45% | - |
| HSV(B) | 92.41º | 0.86% | 0.79% | - |
| XYZ | 27.51 | 45.51 | 8.43 | - |
| YUV | 154.06 | 56.86 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 28 | 0.47 | 0 | 0.86 | 0.21 | 92.41 | 0.76 | 0.45 |
| Hex | 6C | CA | 1C | 2F | 0 | 56 | 15 | 5C | 4C | 2D |
| Octal | 154 | 312 | 34 | 57 | 0 | 126 | 25 | 134 | 114 | 55 |
| Binary | 1101100 | 11001010 | 11100 | 101111 | 0 | 1010110 | 10101 | 1011100 | 1001100 | 101101 |
Color Harmonies of #6CCA1C
Complementary color
Monochromatic Colors of #6CCA1C
Black with #6CCA1C
Text Example
Text Example
White with #6CCA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA1C; }
p { color: rgb(108,202,28); }
H1.HeaderClassName
{
color: #6CCA1C;
}
.AnyTagClassName
{
color: #6CCA1C;
}
</style>
background-color css
<style>
a { background-color: #6CCA1C; }
a { background-color: rgb(108,202,28); }
div.DivClassName
{
background-color: #6CCA1C;
}
.BgClassName
{
background-color: #6CCA1C;
}
</style>
border-color css
<style>
span { border-color: #6CCA1C; }
span { border-color: rgb(108,202,28); }
td.TdClassName
{
border-color: #6CCA1C;
}
.TagClassName
{
border-color: #6CCA1C;
}
</style>