Shades of Christi #6EB30F
Tints of Christi #6EB30F
RGB
CMYK
RGB Variations
Color information
#6EB30F (or 0x6EB30F) is known color: Christi. HEX triplet: 6E, B3 and 0F. RGB value is (110,179,15). Sum of RGB (Red+Green+Blue) = 110+179+15=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB30F is #914CF0. Grayscale: #8C8C8C. Windows color (decimal): -9522417 or 1028974. OLE color: 1028974.
HSL color Cylindrical-coordinate representation of color #6EB30F: hue angle of 85.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EB30F is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 179 | 15 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.30 |
| HSL | 85.24º | 0.85% | 0.38% | - |
| HSV(B) | 85.24º | 0.92% | 0.7% | - |
| XYZ | 22.64 | 35.59 | 6.13 | - |
| YUV | 139.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 15 | 0.39 | 0 | 0.92 | 0.30 | 85.24 | 0.85 | 0.38 |
| Hex | 6E | B3 | F | 27 | 0 | 5C | 1E | 55 | 55 | 26 |
| Octal | 156 | 263 | 17 | 47 | 0 | 134 | 36 | 125 | 125 | 46 |
| Binary | 1101110 | 10110011 | 1111 | 100111 | 0 | 1011100 | 11110 | 1010101 | 1010101 | 100110 |
Color Harmonies of #6EB30F
Complementary color
Monochromatic Colors of #6EB30F
Black with #6EB30F
Text Example
Text Example
White with #6EB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB30F; }
p { color: rgb(110,179,15); }
H1.HeaderClassName
{
color: #6EB30F;
}
.AnyTagClassName
{
color: #6EB30F;
}
</style>
background-color css
<style>
a { background-color: #6EB30F; }
a { background-color: rgb(110,179,15); }
div.DivClassName
{
background-color: #6EB30F;
}
.BgClassName
{
background-color: #6EB30F;
}
</style>
border-color css
<style>
span { border-color: #6EB30F; }
span { border-color: rgb(110,179,15); }
td.TdClassName
{
border-color: #6EB30F;
}
.TagClassName
{
border-color: #6EB30F;
}
</style>