Shades of Christi #6DC902
Tints of Christi #6DC902
RGB
CMYK
RGB Variations
Color information
#6DC902 (or 0x6DC902) is known color: Christi. HEX triplet: 6D, C9 and 02. RGB value is (109,201,2). Sum of RGB (Red+Green+Blue) = 109+201+2=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC902 is #9236FD. Grayscale: #979797. Windows color (decimal): -9582334 or 182637. OLE color: 182637.
HSL color Cylindrical-coordinate representation of color #6DC902: hue angle of 87.74º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DC902 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.21 |
| HSL | 87.74º | 0.98% | 0.4% | - |
| HSV(B) | 87.74º | 0.99% | 0.79% | - |
| XYZ | 27.2 | 45.03 | 7.32 | - |
| YUV | 150.81 | 44.02 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 2 | 0.46 | 0 | 0.99 | 0.21 | 87.74 | 0.98 | 0.4 |
| Hex | 6D | C9 | 2 | 2E | 0 | 63 | 15 | 58 | 62 | 28 |
| Octal | 155 | 311 | 2 | 56 | 0 | 143 | 25 | 130 | 142 | 50 |
| Binary | 1101101 | 11001001 | 10 | 101110 | 0 | 1100011 | 10101 | 1011000 | 1100010 | 101000 |
Color Harmonies of #6DC902
Complementary color
Monochromatic Colors of #6DC902
Black with #6DC902
Text Example
Text Example
White with #6DC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC902; }
p { color: rgb(109,201,2); }
H1.HeaderClassName
{
color: #6DC902;
}
.AnyTagClassName
{
color: #6DC902;
}
</style>
background-color css
<style>
a { background-color: #6DC902; }
a { background-color: rgb(109,201,2); }
div.DivClassName
{
background-color: #6DC902;
}
.BgClassName
{
background-color: #6DC902;
}
</style>
border-color css
<style>
span { border-color: #6DC902; }
span { border-color: rgb(109,201,2); }
td.TdClassName
{
border-color: #6DC902;
}
.TagClassName
{
border-color: #6DC902;
}
</style>