Shades of Christi #6CC702
Tints of Christi #6CC702
RGB
CMYK
RGB Variations
Color information
#6CC702 (or 0x6CC702) is known color: Christi. HEX triplet: 6C, C7 and 02. RGB value is (108,199,2). Sum of RGB (Red+Green+Blue) = 108+199+2=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #6CC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC702 is #9338FD. Grayscale: #969696. Windows color (decimal): -9648382 or 182124. OLE color: 182124.
HSL color Cylindrical-coordinate representation of color #6CC702: hue angle of 87.72º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CC702 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 199 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.22 |
| HSL | 87.72º | 0.98% | 0.39% | - |
| HSV(B) | 87.72º | 0.99% | 0.78% | - |
| XYZ | 26.62 | 44.04 | 7.15 | - |
| YUV | 149.33 | 44.85 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 199 | 2 | 0.46 | 0 | 0.99 | 0.22 | 87.72 | 0.98 | 0.39 |
| Hex | 6C | C7 | 2 | 2E | 0 | 63 | 16 | 58 | 62 | 27 |
| Octal | 154 | 307 | 2 | 56 | 0 | 143 | 26 | 130 | 142 | 47 |
| Binary | 1101100 | 11000111 | 10 | 101110 | 0 | 1100011 | 10110 | 1011000 | 1100010 | 100111 |
Color Harmonies of #6CC702
Complementary color
Monochromatic Colors of #6CC702
Black with #6CC702
Text Example
Text Example
White with #6CC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC702; }
p { color: rgb(108,199,2); }
H1.HeaderClassName
{
color: #6CC702;
}
.AnyTagClassName
{
color: #6CC702;
}
</style>
background-color css
<style>
a { background-color: #6CC702; }
a { background-color: rgb(108,199,2); }
div.DivClassName
{
background-color: #6CC702;
}
.BgClassName
{
background-color: #6CC702;
}
</style>
border-color css
<style>
span { border-color: #6CC702; }
span { border-color: rgb(108,199,2); }
td.TdClassName
{
border-color: #6CC702;
}
.TagClassName
{
border-color: #6CC702;
}
</style>