Shades of Christi #6FCF07
Tints of Christi #6FCF07
RGB
CMYK
RGB Variations
Color information
#6FCF07 (or 0x6FCF07) is known color: Christi. HEX triplet: 6F, CF and 07. RGB value is (111,207,7). Sum of RGB (Red+Green+Blue) = 111+207+7=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCF07 is #9030F8. Grayscale: #9C9C9C. Windows color (decimal): -9449721 or 511855. OLE color: 511855.
HSL color Cylindrical-coordinate representation of color #6FCF07: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FCF07 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.19 |
| HSL | 88.8º | 0.93% | 0.42% | - |
| HSV(B) | 88.8º | 0.97% | 0.81% | - |
| XYZ | 28.91 | 48.02 | 7.95 | - |
| YUV | 155.5 | 44.2 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 7 | 0.46 | 0 | 0.97 | 0.19 | 88.8 | 0.93 | 0.42 |
| Hex | 6F | CF | 7 | 2E | 0 | 61 | 13 | 59 | 5D | 2A |
| Octal | 157 | 317 | 7 | 56 | 0 | 141 | 23 | 131 | 135 | 52 |
| Binary | 1101111 | 11001111 | 111 | 101110 | 0 | 1100001 | 10011 | 1011001 | 1011101 | 101010 |
Color Harmonies of #6FCF07
Complementary color
Monochromatic Colors of #6FCF07
Black with #6FCF07
Text Example
Text Example
White with #6FCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF07; }
p { color: rgb(111,207,7); }
H1.HeaderClassName
{
color: #6FCF07;
}
.AnyTagClassName
{
color: #6FCF07;
}
</style>
background-color css
<style>
a { background-color: #6FCF07; }
a { background-color: rgb(111,207,7); }
div.DivClassName
{
background-color: #6FCF07;
}
.BgClassName
{
background-color: #6FCF07;
}
</style>
border-color css
<style>
span { border-color: #6FCF07; }
span { border-color: rgb(111,207,7); }
td.TdClassName
{
border-color: #6FCF07;
}
.TagClassName
{
border-color: #6FCF07;
}
</style>