Shades of Christi #6FBA21
Tints of Christi #6FBA21
RGB
CMYK
RGB Variations
Color information
#6FBA21 (or 0x6FBA21) is known color: Christi. HEX triplet: 6F, BA and 21. RGB value is (111,186,33). Sum of RGB (Red+Green+Blue) = 111+186+33=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA21 is #9045DE. Grayscale: #929292. Windows color (decimal): -9455071 or 2210415. OLE color: 2210415.
HSL color Cylindrical-coordinate representation of color #6FBA21: hue angle of 89.41º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FBA21 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 33 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.27 |
| HSL | 89.41º | 0.7% | 0.43% | - |
| HSV(B) | 89.41º | 0.82% | 0.73% | - |
| XYZ | 24.39 | 38.61 | 7.61 | - |
| YUV | 146.13 | 64.15 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 33 | 0.40 | 0 | 0.82 | 0.27 | 89.41 | 0.7 | 0.43 |
| Hex | 6F | BA | 21 | 28 | 0 | 52 | 1B | 59 | 46 | 2B |
| Octal | 157 | 272 | 41 | 50 | 0 | 122 | 33 | 131 | 106 | 53 |
| Binary | 1101111 | 10111010 | 100001 | 101000 | 0 | 1010010 | 11011 | 1011001 | 1000110 | 101011 |
Color Harmonies of #6FBA21
Complementary color
Monochromatic Colors of #6FBA21
Black with #6FBA21
Text Example
Text Example
White with #6FBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA21; }
p { color: rgb(111,186,33); }
H1.HeaderClassName
{
color: #6FBA21;
}
.AnyTagClassName
{
color: #6FBA21;
}
</style>
background-color css
<style>
a { background-color: #6FBA21; }
a { background-color: rgb(111,186,33); }
div.DivClassName
{
background-color: #6FBA21;
}
.BgClassName
{
background-color: #6FBA21;
}
</style>
border-color css
<style>
span { border-color: #6FBA21; }
span { border-color: rgb(111,186,33); }
td.TdClassName
{
border-color: #6FBA21;
}
.TagClassName
{
border-color: #6FBA21;
}
</style>