Shades of Lawn Green #6CD304
Tints of Lawn Green #6CD304
RGB
CMYK
RGB Variations
Color information
#6CD304 (or 0x6CD304) is known color: Lawn Green. HEX triplet: 6C, D3 and 04. RGB value is (108,211,4). Sum of RGB (Red+Green+Blue) = 108+211+4=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 211 (82.81% from 255 or 65.33% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD304 is #932CFB. Grayscale: #9D9D9D. Windows color (decimal): -9645308 or 316268. OLE color: 316268.
HSL color Cylindrical-coordinate representation of color #6CD304: hue angle of 89.86º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CD304 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 4 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.17 |
| HSL | 89.86º | 0.96% | 0.42% | - |
| HSV(B) | 89.86º | 0.98% | 0.83% | - |
| XYZ | 29.5 | 49.79 | 8.17 | - |
| YUV | 156.61 | 41.88 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 4 | 0.49 | 0 | 0.98 | 0.17 | 89.86 | 0.96 | 0.42 |
| Hex | 6C | D3 | 4 | 31 | 0 | 62 | 11 | 5A | 60 | 2A |
| Octal | 154 | 323 | 4 | 61 | 0 | 142 | 21 | 132 | 140 | 52 |
| Binary | 1101100 | 11010011 | 100 | 110001 | 0 | 1100010 | 10001 | 1011010 | 1100000 | 101010 |
Color Harmonies of #6CD304
Complementary color
Monochromatic Colors of #6CD304
Black with #6CD304
Text Example
Text Example
White with #6CD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD304; }
p { color: rgb(108,211,4); }
H1.HeaderClassName
{
color: #6CD304;
}
.AnyTagClassName
{
color: #6CD304;
}
</style>
background-color css
<style>
a { background-color: #6CD304; }
a { background-color: rgb(108,211,4); }
div.DivClassName
{
background-color: #6CD304;
}
.BgClassName
{
background-color: #6CD304;
}
</style>
border-color css
<style>
span { border-color: #6CD304; }
span { border-color: rgb(108,211,4); }
td.TdClassName
{
border-color: #6CD304;
}
.TagClassName
{
border-color: #6CD304;
}
</style>