Shades of Christi #6CCA1D
Tints of Christi #6CCA1D
RGB
CMYK
RGB Variations
Color information
#6CCA1D (or 0x6CCA1D) is known color: Christi. HEX triplet: 6C, CA and 1D. RGB value is (108,202,29). Sum of RGB (Red+Green+Blue) = 108+202+29=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA1D is #9335E2. Grayscale: #9A9A9A. Windows color (decimal): -9647587 or 1952364. OLE color: 1952364.
HSL color Cylindrical-coordinate representation of color #6CCA1D: hue angle of 92.6º degrees, saturation: 0.75, 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 #6CCA1D is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 29 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.21 |
| HSL | 92.6º | 0.75% | 0.45% | - |
| HSV(B) | 92.6º | 0.86% | 0.79% | - |
| XYZ | 27.53 | 45.52 | 8.5 | - |
| YUV | 154.17 | 57.36 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 29 | 0.47 | 0 | 0.86 | 0.21 | 92.6 | 0.75 | 0.45 |
| Hex | 6C | CA | 1D | 2F | 0 | 56 | 15 | 5D | 4B | 2D |
| Octal | 154 | 312 | 35 | 57 | 0 | 126 | 25 | 135 | 113 | 55 |
| Binary | 1101100 | 11001010 | 11101 | 101111 | 0 | 1010110 | 10101 | 1011101 | 1001011 | 101101 |
Color Harmonies of #6CCA1D
Complementary color
Monochromatic Colors of #6CCA1D
Black with #6CCA1D
Text Example
Text Example
White with #6CCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA1D; }
p { color: rgb(108,202,29); }
H1.HeaderClassName
{
color: #6CCA1D;
}
.AnyTagClassName
{
color: #6CCA1D;
}
</style>
background-color css
<style>
a { background-color: #6CCA1D; }
a { background-color: rgb(108,202,29); }
div.DivClassName
{
background-color: #6CCA1D;
}
.BgClassName
{
background-color: #6CCA1D;
}
</style>
border-color css
<style>
span { border-color: #6CCA1D; }
span { border-color: rgb(108,202,29); }
td.TdClassName
{
border-color: #6CCA1D;
}
.TagClassName
{
border-color: #6CCA1D;
}
</style>