Shades of Christi #6BC702
Tints of Christi #6BC702
RGB
CMYK
RGB Variations
Color information
#6BC702 (or 0x6BC702) is known color: Christi. HEX triplet: 6B, C7 and 02. RGB value is (107,199,2). Sum of RGB (Red+Green+Blue) = 107+199+2=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC702 is #9438FD. Grayscale: #959595. Windows color (decimal): -9713918 or 182123. OLE color: 182123.
HSL color Cylindrical-coordinate representation of color #6BC702: hue angle of 88.02º 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 #6BC702 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.22 |
| HSL | 88.02º | 0.98% | 0.39% | - |
| HSV(B) | 88.02º | 0.99% | 0.78% | - |
| XYZ | 26.5 | 43.98 | 7.15 | - |
| YUV | 149.03 | 45.02 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 2 | 0.46 | 0 | 0.99 | 0.22 | 88.02 | 0.98 | 0.39 |
| Hex | 6B | C7 | 2 | 2E | 0 | 63 | 16 | 58 | 62 | 27 |
| Octal | 153 | 307 | 2 | 56 | 0 | 143 | 26 | 130 | 142 | 47 |
| Binary | 1101011 | 11000111 | 10 | 101110 | 0 | 1100011 | 10110 | 1011000 | 1100010 | 100111 |
Color Harmonies of #6BC702
Complementary color
Monochromatic Colors of #6BC702
Black with #6BC702
Text Example
Text Example
White with #6BC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC702; }
p { color: rgb(107,199,2); }
H1.HeaderClassName
{
color: #6BC702;
}
.AnyTagClassName
{
color: #6BC702;
}
</style>
background-color css
<style>
a { background-color: #6BC702; }
a { background-color: rgb(107,199,2); }
div.DivClassName
{
background-color: #6BC702;
}
.BgClassName
{
background-color: #6BC702;
}
</style>
border-color css
<style>
span { border-color: #6BC702; }
span { border-color: rgb(107,199,2); }
td.TdClassName
{
border-color: #6BC702;
}
.TagClassName
{
border-color: #6BC702;
}
</style>