Shades of Kelly Green #6CD30A
Tints of Kelly Green #6CD30A
RGB
CMYK
RGB Variations
Color information
#6CD30A (or 0x6CD30A) is known color: Kelly Green. HEX triplet: 6C, D3 and 0A. RGB value is (108,211,10). Sum of RGB (Red+Green+Blue) = 108+211+10=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 211 (82.81% from 255 or 64.13% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD30A is #932CF5. Grayscale: #9D9D9D. Windows color (decimal): -9645302 or 709484. OLE color: 709484.
HSL color Cylindrical-coordinate representation of color #6CD30A: hue angle of 90.75º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CD30A is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 10 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.17 |
| HSL | 90.75º | 0.91% | 0.43% | - |
| HSV(B) | 90.75º | 0.95% | 0.83% | - |
| XYZ | 29.53 | 49.8 | 8.34 | - |
| YUV | 157.29 | 44.88 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 10 | 0.49 | 0 | 0.95 | 0.17 | 90.75 | 0.91 | 0.43 |
| Hex | 6C | D3 | A | 31 | 0 | 5F | 11 | 5B | 5B | 2B |
| Octal | 154 | 323 | 12 | 61 | 0 | 137 | 21 | 133 | 133 | 53 |
| Binary | 1101100 | 11010011 | 1010 | 110001 | 0 | 1011111 | 10001 | 1011011 | 1011011 | 101011 |
Color Harmonies of #6CD30A
Complementary color
Monochromatic Colors of #6CD30A
Black with #6CD30A
Text Example
Text Example
White with #6CD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD30A; }
p { color: rgb(108,211,10); }
H1.HeaderClassName
{
color: #6CD30A;
}
.AnyTagClassName
{
color: #6CD30A;
}
</style>
background-color css
<style>
a { background-color: #6CD30A; }
a { background-color: rgb(108,211,10); }
div.DivClassName
{
background-color: #6CD30A;
}
.BgClassName
{
background-color: #6CD30A;
}
</style>
border-color css
<style>
span { border-color: #6CD30A; }
span { border-color: rgb(108,211,10); }
td.TdClassName
{
border-color: #6CD30A;
}
.TagClassName
{
border-color: #6CD30A;
}
</style>