Shades of Christi #6FC30D
Tints of Christi #6FC30D
RGB
CMYK
RGB Variations
Color information
#6FC30D (or 0x6FC30D) is known color: Christi. HEX triplet: 6F, C3 and 0D. RGB value is (111,195,13). Sum of RGB (Red+Green+Blue) = 111+195+13=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC30D is #903CF2. Grayscale: #959595. Windows color (decimal): -9452787 or 901999. OLE color: 901999.
HSL color Cylindrical-coordinate representation of color #6FC30D: hue angle of 87.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FC30D is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 13 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.24 |
| HSL | 87.69º | 0.88% | 0.41% | - |
| HSV(B) | 87.69º | 0.93% | 0.76% | - |
| XYZ | 26.14 | 42.44 | 7.19 | - |
| YUV | 149.14 | 51.17 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 13 | 0.43 | 0 | 0.93 | 0.24 | 87.69 | 0.88 | 0.41 |
| Hex | 6F | C3 | D | 2B | 0 | 5D | 18 | 58 | 58 | 29 |
| Octal | 157 | 303 | 15 | 53 | 0 | 135 | 30 | 130 | 130 | 51 |
| Binary | 1101111 | 11000011 | 1101 | 101011 | 0 | 1011101 | 11000 | 1011000 | 1011000 | 101001 |
Color Harmonies of #6FC30D
Complementary color
Monochromatic Colors of #6FC30D
Black with #6FC30D
Text Example
Text Example
White with #6FC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC30D; }
p { color: rgb(111,195,13); }
H1.HeaderClassName
{
color: #6FC30D;
}
.AnyTagClassName
{
color: #6FC30D;
}
</style>
background-color css
<style>
a { background-color: #6FC30D; }
a { background-color: rgb(111,195,13); }
div.DivClassName
{
background-color: #6FC30D;
}
.BgClassName
{
background-color: #6FC30D;
}
</style>
border-color css
<style>
span { border-color: #6FC30D; }
span { border-color: rgb(111,195,13); }
td.TdClassName
{
border-color: #6FC30D;
}
.TagClassName
{
border-color: #6FC30D;
}
</style>