Shades of Christi #6BAD21
Tints of Christi #6BAD21
RGB
CMYK
RGB Variations
Color information
#6BAD21 (or 0x6BAD21) is known color: Christi. HEX triplet: 6B, AD and 21. RGB value is (107,173,33). Sum of RGB (Red+Green+Blue) = 107+173+33=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD21 is #9452DE. Grayscale: #898989. Windows color (decimal): -9720543 or 2207083. OLE color: 2207083.
HSL color Cylindrical-coordinate representation of color #6BAD21: hue angle of 88.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BAD21 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 33 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.32 |
| HSL | 88.29º | 0.68% | 0.4% | - |
| HSV(B) | 88.29º | 0.81% | 0.68% | - |
| XYZ | 21.28 | 33.12 | 6.71 | - |
| YUV | 137.31 | 69.13 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 33 | 0.38 | 0 | 0.81 | 0.32 | 88.29 | 0.68 | 0.4 |
| Hex | 6B | AD | 21 | 26 | 0 | 51 | 20 | 58 | 44 | 28 |
| Octal | 153 | 255 | 41 | 46 | 0 | 121 | 40 | 130 | 104 | 50 |
| Binary | 1101011 | 10101101 | 100001 | 100110 | 0 | 1010001 | 100000 | 1011000 | 1000100 | 101000 |
Color Harmonies of #6BAD21
Complementary color
Monochromatic Colors of #6BAD21
Black with #6BAD21
Text Example
Text Example
White with #6BAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD21; }
p { color: rgb(107,173,33); }
H1.HeaderClassName
{
color: #6BAD21;
}
.AnyTagClassName
{
color: #6BAD21;
}
</style>
background-color css
<style>
a { background-color: #6BAD21; }
a { background-color: rgb(107,173,33); }
div.DivClassName
{
background-color: #6BAD21;
}
.BgClassName
{
background-color: #6BAD21;
}
</style>
border-color css
<style>
span { border-color: #6BAD21; }
span { border-color: rgb(107,173,33); }
td.TdClassName
{
border-color: #6BAD21;
}
.TagClassName
{
border-color: #6BAD21;
}
</style>