Shades of Christi #6FC302
Tints of Christi #6FC302
RGB
CMYK
RGB Variations
Color information
#6FC302 (or 0x6FC302) is known color: Christi. HEX triplet: 6F, C3 and 02. RGB value is (111,195,2). Sum of RGB (Red+Green+Blue) = 111+195+2=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC302 is #903CFD. Grayscale: #949494. Windows color (decimal): -9452798 or 181103. OLE color: 181103.
HSL color Cylindrical-coordinate representation of color #6FC302: hue angle of 86.11º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FC302 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.24 |
| HSL | 86.11º | 0.98% | 0.39% | - |
| HSV(B) | 86.11º | 0.99% | 0.76% | - |
| XYZ | 26.08 | 42.41 | 6.87 | - |
| YUV | 147.88 | 45.67 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 2 | 0.43 | 0 | 0.99 | 0.24 | 86.11 | 0.98 | 0.39 |
| Hex | 6F | C3 | 2 | 2B | 0 | 63 | 18 | 56 | 62 | 27 |
| Octal | 157 | 303 | 2 | 53 | 0 | 143 | 30 | 126 | 142 | 47 |
| Binary | 1101111 | 11000011 | 10 | 101011 | 0 | 1100011 | 11000 | 1010110 | 1100010 | 100111 |
Color Harmonies of #6FC302
Complementary color
Monochromatic Colors of #6FC302
Black with #6FC302
Text Example
Text Example
White with #6FC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC302; }
p { color: rgb(111,195,2); }
H1.HeaderClassName
{
color: #6FC302;
}
.AnyTagClassName
{
color: #6FC302;
}
</style>
background-color css
<style>
a { background-color: #6FC302; }
a { background-color: rgb(111,195,2); }
div.DivClassName
{
background-color: #6FC302;
}
.BgClassName
{
background-color: #6FC302;
}
</style>
border-color css
<style>
span { border-color: #6FC302; }
span { border-color: rgb(111,195,2); }
td.TdClassName
{
border-color: #6FC302;
}
.TagClassName
{
border-color: #6FC302;
}
</style>