Shades of Lawn Green #6CD502
Tints of Lawn Green #6CD502
RGB
CMYK
RGB Variations
Color information
#6CD502 (or 0x6CD502) is known color: Lawn Green. HEX triplet: 6C, D5 and 02. RGB value is (108,213,2). Sum of RGB (Red+Green+Blue) = 108+213+2=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD502 is #932AFD. Grayscale: #9E9E9E. Windows color (decimal): -9644798 or 185708. OLE color: 185708.
HSL color Cylindrical-coordinate representation of color #6CD502: hue angle of 89.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CD502 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 213 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.16 |
| HSL | 89.86º | 0.98% | 0.42% | - |
| HSV(B) | 89.86º | 0.99% | 0.84% | - |
| XYZ | 29.99 | 50.78 | 8.28 | - |
| YUV | 157.55 | 40.21 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 213 | 2 | 0.49 | 0 | 0.99 | 0.16 | 89.86 | 0.98 | 0.42 |
| Hex | 6C | D5 | 2 | 31 | 0 | 63 | 10 | 5A | 62 | 2A |
| Octal | 154 | 325 | 2 | 61 | 0 | 143 | 20 | 132 | 142 | 52 |
| Binary | 1101100 | 11010101 | 10 | 110001 | 0 | 1100011 | 10000 | 1011010 | 1100010 | 101010 |
Color Harmonies of #6CD502
Complementary color
Monochromatic Colors of #6CD502
Black with #6CD502
Text Example
Text Example
White with #6CD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD502; }
p { color: rgb(108,213,2); }
H1.HeaderClassName
{
color: #6CD502;
}
.AnyTagClassName
{
color: #6CD502;
}
</style>
background-color css
<style>
a { background-color: #6CD502; }
a { background-color: rgb(108,213,2); }
div.DivClassName
{
background-color: #6CD502;
}
.BgClassName
{
background-color: #6CD502;
}
</style>
border-color css
<style>
span { border-color: #6CD502; }
span { border-color: rgb(108,213,2); }
td.TdClassName
{
border-color: #6CD502;
}
.TagClassName
{
border-color: #6CD502;
}
</style>