Shades of Christi #6FCB04
Tints of Christi #6FCB04
RGB
CMYK
RGB Variations
Color information
#6FCB04 (or 0x6FCB04) is known color: Christi. HEX triplet: 6F, CB and 04. RGB value is (111,203,4). Sum of RGB (Red+Green+Blue) = 111+203+4=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCB04 is #9034FB. Grayscale: #999999. Windows color (decimal): -9450748 or 314223. OLE color: 314223.
HSL color Cylindrical-coordinate representation of color #6FCB04: hue angle of 87.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6FCB04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.20 |
| HSL | 87.74º | 0.96% | 0.41% | - |
| HSV(B) | 87.74º | 0.98% | 0.8% | - |
| XYZ | 27.93 | 46.1 | 7.54 | - |
| YUV | 152.81 | 44.02 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 4 | 0.45 | 0 | 0.98 | 0.20 | 87.74 | 0.96 | 0.41 |
| Hex | 6F | CB | 4 | 2D | 0 | 62 | 14 | 58 | 60 | 29 |
| Octal | 157 | 313 | 4 | 55 | 0 | 142 | 24 | 130 | 140 | 51 |
| Binary | 1101111 | 11001011 | 100 | 101101 | 0 | 1100010 | 10100 | 1011000 | 1100000 | 101001 |
Color Harmonies of #6FCB04
Complementary color
Monochromatic Colors of #6FCB04
Black with #6FCB04
Text Example
Text Example
White with #6FCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB04; }
p { color: rgb(111,203,4); }
H1.HeaderClassName
{
color: #6FCB04;
}
.AnyTagClassName
{
color: #6FCB04;
}
</style>
background-color css
<style>
a { background-color: #6FCB04; }
a { background-color: rgb(111,203,4); }
div.DivClassName
{
background-color: #6FCB04;
}
.BgClassName
{
background-color: #6FCB04;
}
</style>
border-color css
<style>
span { border-color: #6FCB04; }
span { border-color: rgb(111,203,4); }
td.TdClassName
{
border-color: #6FCB04;
}
.TagClassName
{
border-color: #6FCB04;
}
</style>