Shades of Christi #6FC802
Tints of Christi #6FC802
RGB
CMYK
RGB Variations
Color information
#6FC802 (or 0x6FC802) is known color: Christi. HEX triplet: 6F, C8 and 02. RGB value is (111,200,2). Sum of RGB (Red+Green+Blue) = 111+200+2=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC802 is #9037FD. Grayscale: #979797. Windows color (decimal): -9451518 or 182383. OLE color: 182383.
HSL color Cylindrical-coordinate representation of color #6FC802: hue angle of 86.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FC802 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 200 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.22 |
| HSL | 86.97º | 0.98% | 0.4% | - |
| HSV(B) | 86.97º | 0.99% | 0.78% | - |
| XYZ | 27.22 | 44.69 | 7.25 | - |
| YUV | 150.82 | 44.01 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 2 | 0.44 | 0 | 0.99 | 0.22 | 86.97 | 0.98 | 0.4 |
| Hex | 6F | C8 | 2 | 2C | 0 | 63 | 16 | 57 | 62 | 28 |
| Octal | 157 | 310 | 2 | 54 | 0 | 143 | 26 | 127 | 142 | 50 |
| Binary | 1101111 | 11001000 | 10 | 101100 | 0 | 1100011 | 10110 | 1010111 | 1100010 | 101000 |
Color Harmonies of #6FC802
Complementary color
Monochromatic Colors of #6FC802
Black with #6FC802
Text Example
Text Example
White with #6FC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC802; }
p { color: rgb(111,200,2); }
H1.HeaderClassName
{
color: #6FC802;
}
.AnyTagClassName
{
color: #6FC802;
}
</style>
background-color css
<style>
a { background-color: #6FC802; }
a { background-color: rgb(111,200,2); }
div.DivClassName
{
background-color: #6FC802;
}
.BgClassName
{
background-color: #6FC802;
}
</style>
border-color css
<style>
span { border-color: #6FC802; }
span { border-color: rgb(111,200,2); }
td.TdClassName
{
border-color: #6FC802;
}
.TagClassName
{
border-color: #6FC802;
}
</style>