Shades of Christi #6FB40F
Tints of Christi #6FB40F
RGB
CMYK
RGB Variations
Color information
#6FB40F (or 0x6FB40F) is known color: Christi. HEX triplet: 6F, B4 and 0F. RGB value is (111,180,15). Sum of RGB (Red+Green+Blue) = 111+180+15=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB40F is #904BF0. Grayscale: #8D8D8D. Windows color (decimal): -9456625 or 1029231. OLE color: 1029231.
HSL color Cylindrical-coordinate representation of color #6FB40F: hue angle of 85.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FB40F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.29 |
| HSL | 85.09º | 0.85% | 0.38% | - |
| HSV(B) | 85.09º | 0.92% | 0.71% | - |
| XYZ | 22.96 | 36.06 | 6.2 | - |
| YUV | 140.56 | 57.14 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 15 | 0.38 | 0 | 0.92 | 0.29 | 85.09 | 0.85 | 0.38 |
| Hex | 6F | B4 | F | 26 | 0 | 5C | 1D | 55 | 55 | 26 |
| Octal | 157 | 264 | 17 | 46 | 0 | 134 | 35 | 125 | 125 | 46 |
| Binary | 1101111 | 10110100 | 1111 | 100110 | 0 | 1011100 | 11101 | 1010101 | 1010101 | 100110 |
Color Harmonies of #6FB40F
Complementary color
Monochromatic Colors of #6FB40F
Black with #6FB40F
Text Example
Text Example
White with #6FB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB40F; }
p { color: rgb(111,180,15); }
H1.HeaderClassName
{
color: #6FB40F;
}
.AnyTagClassName
{
color: #6FB40F;
}
</style>
background-color css
<style>
a { background-color: #6FB40F; }
a { background-color: rgb(111,180,15); }
div.DivClassName
{
background-color: #6FB40F;
}
.BgClassName
{
background-color: #6FB40F;
}
</style>
border-color css
<style>
span { border-color: #6FB40F; }
span { border-color: rgb(111,180,15); }
td.TdClassName
{
border-color: #6FB40F;
}
.TagClassName
{
border-color: #6FB40F;
}
</style>