Shades of Christi #6FBE18
Tints of Christi #6FBE18
RGB
CMYK
RGB Variations
Color information
#6FBE18 (or 0x6FBE18) is known color: Christi. HEX triplet: 6F, BE and 18. RGB value is (111,190,24). Sum of RGB (Red+Green+Blue) = 111+190+24=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBE18 is #9041E7. Grayscale: #949494. Windows color (decimal): -9454056 or 1621615. OLE color: 1621615.
HSL color Cylindrical-coordinate representation of color #6FBE18: hue angle of 88.55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6FBE18 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 24 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.25 |
| HSL | 88.55º | 0.78% | 0.42% | - |
| HSV(B) | 88.55º | 0.87% | 0.75% | - |
| XYZ | 25.13 | 40.27 | 7.31 | - |
| YUV | 147.46 | 58.33 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 24 | 0.42 | 0 | 0.87 | 0.25 | 88.55 | 0.78 | 0.42 |
| Hex | 6F | BE | 18 | 2A | 0 | 57 | 19 | 59 | 4E | 2A |
| Octal | 157 | 276 | 30 | 52 | 0 | 127 | 31 | 131 | 116 | 52 |
| Binary | 1101111 | 10111110 | 11000 | 101010 | 0 | 1010111 | 11001 | 1011001 | 1001110 | 101010 |
Color Harmonies of #6FBE18
Complementary color
Monochromatic Colors of #6FBE18
Black with #6FBE18
Text Example
Text Example
White with #6FBE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE18; }
p { color: rgb(111,190,24); }
H1.HeaderClassName
{
color: #6FBE18;
}
.AnyTagClassName
{
color: #6FBE18;
}
</style>
background-color css
<style>
a { background-color: #6FBE18; }
a { background-color: rgb(111,190,24); }
div.DivClassName
{
background-color: #6FBE18;
}
.BgClassName
{
background-color: #6FBE18;
}
</style>
border-color css
<style>
span { border-color: #6FBE18; }
span { border-color: rgb(111,190,24); }
td.TdClassName
{
border-color: #6FBE18;
}
.TagClassName
{
border-color: #6FBE18;
}
</style>