Shades of Christi #6FB41E
Tints of Christi #6FB41E
RGB
CMYK
RGB Variations
Color information
#6FB41E (or 0x6FB41E) is known color: Christi. HEX triplet: 6F, B4 and 1E. RGB value is (111,180,30). Sum of RGB (Red+Green+Blue) = 111+180+30=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB41E is #904BE1. Grayscale: #8E8E8E. Windows color (decimal): -9456610 or 2012271. OLE color: 2012271.
HSL color Cylindrical-coordinate representation of color #6FB41E: hue angle of 87.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FB41E is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 30 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.29 |
| HSL | 87.6º | 0.71% | 0.41% | - |
| HSV(B) | 87.6º | 0.83% | 0.71% | - |
| XYZ | 23.11 | 36.12 | 6.98 | - |
| YUV | 142.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 30 | 0.38 | 0 | 0.83 | 0.29 | 87.6 | 0.71 | 0.41 |
| Hex | 6F | B4 | 1E | 26 | 0 | 53 | 1D | 58 | 47 | 29 |
| Octal | 157 | 264 | 36 | 46 | 0 | 123 | 35 | 130 | 107 | 51 |
| Binary | 1101111 | 10110100 | 11110 | 100110 | 0 | 1010011 | 11101 | 1011000 | 1000111 | 101001 |
Color Harmonies of #6FB41E
Complementary color
Monochromatic Colors of #6FB41E
Black with #6FB41E
Text Example
Text Example
White with #6FB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB41E; }
p { color: rgb(111,180,30); }
H1.HeaderClassName
{
color: #6FB41E;
}
.AnyTagClassName
{
color: #6FB41E;
}
</style>
background-color css
<style>
a { background-color: #6FB41E; }
a { background-color: rgb(111,180,30); }
div.DivClassName
{
background-color: #6FB41E;
}
.BgClassName
{
background-color: #6FB41E;
}
</style>
border-color css
<style>
span { border-color: #6FB41E; }
span { border-color: rgb(111,180,30); }
td.TdClassName
{
border-color: #6FB41E;
}
.TagClassName
{
border-color: #6FB41E;
}
</style>