Shades of Christi #6FCA01
Tints of Christi #6FCA01
RGB
CMYK
RGB Variations
Color information
#6FCA01 (or 0x6FCA01) is known color: Christi. HEX triplet: 6F, CA and 01. RGB value is (111,202,1). Sum of RGB (Red+Green+Blue) = 111+202+1=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCA01 is #9035FE. Grayscale: #989898. Windows color (decimal): -9451007 or 117359. OLE color: 117359.
HSL color Cylindrical-coordinate representation of color #6FCA01: hue angle of 87.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FCA01 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.21 |
| HSL | 87.16º | 0.99% | 0.4% | - |
| HSV(B) | 87.16º | 1% | 0.79% | - |
| XYZ | 27.68 | 45.62 | 7.38 | - |
| YUV | 151.88 | 42.85 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 1 | 0.45 | 0 | 1.00 | 0.21 | 87.16 | 0.99 | 0.4 |
| Hex | 6F | CA | 1 | 2D | 0 | 64 | 15 | 57 | 63 | 28 |
| Octal | 157 | 312 | 1 | 55 | 0 | 144 | 25 | 127 | 143 | 50 |
| Binary | 1101111 | 11001010 | 1 | 101101 | 0 | 1100100 | 10101 | 1010111 | 1100011 | 101000 |
Color Harmonies of #6FCA01
Complementary color
Monochromatic Colors of #6FCA01
Black with #6FCA01
Text Example
Text Example
White with #6FCA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA01; }
p { color: rgb(111,202,1); }
H1.HeaderClassName
{
color: #6FCA01;
}
.AnyTagClassName
{
color: #6FCA01;
}
</style>
background-color css
<style>
a { background-color: #6FCA01; }
a { background-color: rgb(111,202,1); }
div.DivClassName
{
background-color: #6FCA01;
}
.BgClassName
{
background-color: #6FCA01;
}
</style>
border-color css
<style>
span { border-color: #6FCA01; }
span { border-color: rgb(111,202,1); }
td.TdClassName
{
border-color: #6FCA01;
}
.TagClassName
{
border-color: #6FCA01;
}
</style>