Shades of Christi #6FBD21
Tints of Christi #6FBD21
RGB
CMYK
RGB Variations
Color information
#6FBD21 (or 0x6FBD21) is known color: Christi. HEX triplet: 6F, BD and 21. RGB value is (111,189,33). Sum of RGB (Red+Green+Blue) = 111+189+33=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBD21 is #9042DE. Grayscale: #949494. Windows color (decimal): -9454303 or 2211183. OLE color: 2211183.
HSL color Cylindrical-coordinate representation of color #6FBD21: hue angle of 90º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FBD21 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 33 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.26 |
| HSL | 90º | 0.7% | 0.44% | - |
| HSV(B) | 90º | 0.83% | 0.74% | - |
| XYZ | 25.03 | 39.88 | 7.82 | - |
| YUV | 147.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 33 | 0.41 | 0 | 0.83 | 0.26 | 90 | 0.7 | 0.44 |
| Hex | 6F | BD | 21 | 29 | 0 | 53 | 1A | 5A | 46 | 2C |
| Octal | 157 | 275 | 41 | 51 | 0 | 123 | 32 | 132 | 106 | 54 |
| Binary | 1101111 | 10111101 | 100001 | 101001 | 0 | 1010011 | 11010 | 1011010 | 1000110 | 101100 |
Color Harmonies of #6FBD21
Complementary color
Monochromatic Colors of #6FBD21
Black with #6FBD21
Text Example
Text Example
White with #6FBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBD21; }
p { color: rgb(111,189,33); }
H1.HeaderClassName
{
color: #6FBD21;
}
.AnyTagClassName
{
color: #6FBD21;
}
</style>
background-color css
<style>
a { background-color: #6FBD21; }
a { background-color: rgb(111,189,33); }
div.DivClassName
{
background-color: #6FBD21;
}
.BgClassName
{
background-color: #6FBD21;
}
</style>
border-color css
<style>
span { border-color: #6FBD21; }
span { border-color: rgb(111,189,33); }
td.TdClassName
{
border-color: #6FBD21;
}
.TagClassName
{
border-color: #6FBD21;
}
</style>