Shades of Christi #6EB52D
Tints of Christi #6EB52D
RGB
CMYK
RGB Variations
Color information
#6EB52D (or 0x6EB52D) is known color: Christi. HEX triplet: 6E, B5 and 2D. RGB value is (110,181,45). Sum of RGB (Red+Green+Blue) = 110+181+45=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EB52D is #914AD2. Grayscale: #909090. Windows color (decimal): -9521875 or 2995566. OLE color: 2995566.
HSL color Cylindrical-coordinate representation of color #6EB52D: hue angle of 91.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EB52D is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 181 | 45 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.29 |
| HSL | 91.32º | 0.6% | 0.44% | - |
| HSV(B) | 91.32º | 0.75% | 0.71% | - |
| XYZ | 23.43 | 36.55 | 8.3 | - |
| YUV | 144.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 181 | 45 | 0.39 | 0 | 0.75 | 0.29 | 91.32 | 0.6 | 0.44 |
| Hex | 6E | B5 | 2D | 27 | 0 | 4B | 1D | 5B | 3C | 2C |
| Octal | 156 | 265 | 55 | 47 | 0 | 113 | 35 | 133 | 74 | 54 |
| Binary | 1101110 | 10110101 | 101101 | 100111 | 0 | 1001011 | 11101 | 1011011 | 111100 | 101100 |
Color Harmonies of #6EB52D
Complementary color
Monochromatic Colors of #6EB52D
Black with #6EB52D
Text Example
Text Example
White with #6EB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB52D; }
p { color: rgb(110,181,45); }
H1.HeaderClassName
{
color: #6EB52D;
}
.AnyTagClassName
{
color: #6EB52D;
}
</style>
background-color css
<style>
a { background-color: #6EB52D; }
a { background-color: rgb(110,181,45); }
div.DivClassName
{
background-color: #6EB52D;
}
.BgClassName
{
background-color: #6EB52D;
}
</style>
border-color css
<style>
span { border-color: #6EB52D; }
span { border-color: rgb(110,181,45); }
td.TdClassName
{
border-color: #6EB52D;
}
.TagClassName
{
border-color: #6EB52D;
}
</style>