Shades of Christi #6FC30F
Tints of Christi #6FC30F
RGB
CMYK
RGB Variations
Color information
#6FC30F (or 0x6FC30F) is known color: Christi. HEX triplet: 6F, C3 and 0F. RGB value is (111,195,15). Sum of RGB (Red+Green+Blue) = 111+195+15=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC30F is #903CF0. Grayscale: #969696. Windows color (decimal): -9452785 or 1033071. OLE color: 1033071.
HSL color Cylindrical-coordinate representation of color #6FC30F: hue angle of 88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FC30F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 15 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.24 |
| HSL | 88º | 0.86% | 0.41% | - |
| HSV(B) | 88º | 0.92% | 0.76% | - |
| XYZ | 26.16 | 42.44 | 7.27 | - |
| YUV | 149.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 15 | 0.43 | 0 | 0.92 | 0.24 | 88 | 0.86 | 0.41 |
| Hex | 6F | C3 | F | 2B | 0 | 5C | 18 | 58 | 56 | 29 |
| Octal | 157 | 303 | 17 | 53 | 0 | 134 | 30 | 130 | 126 | 51 |
| Binary | 1101111 | 11000011 | 1111 | 101011 | 0 | 1011100 | 11000 | 1011000 | 1010110 | 101001 |
Color Harmonies of #6FC30F
Complementary color
Monochromatic Colors of #6FC30F
Black with #6FC30F
Text Example
Text Example
White with #6FC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC30F; }
p { color: rgb(111,195,15); }
H1.HeaderClassName
{
color: #6FC30F;
}
.AnyTagClassName
{
color: #6FC30F;
}
</style>
background-color css
<style>
a { background-color: #6FC30F; }
a { background-color: rgb(111,195,15); }
div.DivClassName
{
background-color: #6FC30F;
}
.BgClassName
{
background-color: #6FC30F;
}
</style>
border-color css
<style>
span { border-color: #6FC30F; }
span { border-color: rgb(111,195,15); }
td.TdClassName
{
border-color: #6FC30F;
}
.TagClassName
{
border-color: #6FC30F;
}
</style>