Shades of Christi #6FC522
Tints of Christi #6FC522
RGB
CMYK
RGB Variations
Color information
#6FC522 (or 0x6FC522) is known color: Christi. HEX triplet: 6F, C5 and 22. RGB value is (111,197,34). Sum of RGB (Red+Green+Blue) = 111+197+34=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC522 is #903ADD. Grayscale: #999999. Windows color (decimal): -9452254 or 2278767. OLE color: 2278767.
HSL color Cylindrical-coordinate representation of color #6FC522: hue angle of 91.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FC522 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 34 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.23 |
| HSL | 91.66º | 0.71% | 0.45% | - |
| HSV(B) | 91.66º | 0.83% | 0.77% | - |
| XYZ | 26.81 | 43.43 | 8.48 | - |
| YUV | 152.7 | 61.01 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 34 | 0.44 | 0 | 0.83 | 0.23 | 91.66 | 0.71 | 0.45 |
| Hex | 6F | C5 | 22 | 2C | 0 | 53 | 17 | 5C | 47 | 2D |
| Octal | 157 | 305 | 42 | 54 | 0 | 123 | 27 | 134 | 107 | 55 |
| Binary | 1101111 | 11000101 | 100010 | 101100 | 0 | 1010011 | 10111 | 1011100 | 1000111 | 101101 |
Color Harmonies of #6FC522
Complementary color
Monochromatic Colors of #6FC522
Black with #6FC522
Text Example
Text Example
White with #6FC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC522; }
p { color: rgb(111,197,34); }
H1.HeaderClassName
{
color: #6FC522;
}
.AnyTagClassName
{
color: #6FC522;
}
</style>
background-color css
<style>
a { background-color: #6FC522; }
a { background-color: rgb(111,197,34); }
div.DivClassName
{
background-color: #6FC522;
}
.BgClassName
{
background-color: #6FC522;
}
</style>
border-color css
<style>
span { border-color: #6FC522; }
span { border-color: rgb(111,197,34); }
td.TdClassName
{
border-color: #6FC522;
}
.TagClassName
{
border-color: #6FC522;
}
</style>