Shades of Christi #6FCC08
Tints of Christi #6FCC08
RGB
CMYK
RGB Variations
Color information
#6FCC08 (or 0x6FCC08) is known color: Christi. HEX triplet: 6F, CC and 08. RGB value is (111,204,8). Sum of RGB (Red+Green+Blue) = 111+204+8=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCC08 is #9033F7. Grayscale: #9A9A9A. Windows color (decimal): -9450488 or 576623. OLE color: 576623.
HSL color Cylindrical-coordinate representation of color #6FCC08: hue angle of 88.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6FCC08 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.2 |
| HSL | 88.47º | 0.92% | 0.42% | - |
| HSV(B) | 88.47º | 0.96% | 0.8% | - |
| XYZ | 28.19 | 46.58 | 7.74 | - |
| YUV | 153.85 | 45.69 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 8 | 0.46 | 0 | 0.96 | 0.2 | 88.47 | 0.92 | 0.42 |
| Hex | 6F | CC | 8 | 2E | 0 | 60 | 14 | 58 | 5C | 2A |
| Octal | 157 | 314 | 10 | 56 | 0 | 140 | 24 | 130 | 134 | 52 |
| Binary | 1101111 | 11001100 | 1000 | 101110 | 0 | 1100000 | 10100 | 1011000 | 1011100 | 101010 |
Color Harmonies of #6FCC08
Complementary color
Monochromatic Colors of #6FCC08
Black with #6FCC08
Text Example
Text Example
White with #6FCC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC08; }
p { color: rgb(111,204,8); }
H1.HeaderClassName
{
color: #6FCC08;
}
.AnyTagClassName
{
color: #6FCC08;
}
</style>
background-color css
<style>
a { background-color: #6FCC08; }
a { background-color: rgb(111,204,8); }
div.DivClassName
{
background-color: #6FCC08;
}
.BgClassName
{
background-color: #6FCC08;
}
</style>
border-color css
<style>
span { border-color: #6FCC08; }
span { border-color: rgb(111,204,8); }
td.TdClassName
{
border-color: #6FCC08;
}
.TagClassName
{
border-color: #6FCC08;
}
</style>