Shades of Kelly Green #6CCD02
Tints of Kelly Green #6CCD02
RGB
CMYK
RGB Variations
Color information
#6CCD02 (or 0x6CCD02) is known color: Kelly Green. HEX triplet: 6C, CD and 02. RGB value is (108,205,2). Sum of RGB (Red+Green+Blue) = 108+205+2=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCD02 is #9332FD. Grayscale: #999999. Windows color (decimal): -9646846 or 183660. OLE color: 183660.
HSL color Cylindrical-coordinate representation of color #6CCD02: hue angle of 88.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CCD02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.20 |
| HSL | 88.67º | 0.98% | 0.41% | - |
| HSV(B) | 88.67º | 0.99% | 0.8% | - |
| XYZ | 28.03 | 46.86 | 7.62 | - |
| YUV | 152.86 | 42.86 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 2 | 0.47 | 0 | 0.99 | 0.20 | 88.67 | 0.98 | 0.41 |
| Hex | 6C | CD | 2 | 2F | 0 | 63 | 14 | 59 | 62 | 29 |
| Octal | 154 | 315 | 2 | 57 | 0 | 143 | 24 | 131 | 142 | 51 |
| Binary | 1101100 | 11001101 | 10 | 101111 | 0 | 1100011 | 10100 | 1011001 | 1100010 | 101001 |
Color Harmonies of #6CCD02
Complementary color
Monochromatic Colors of #6CCD02
Black with #6CCD02
Text Example
Text Example
White with #6CCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD02; }
p { color: rgb(108,205,2); }
H1.HeaderClassName
{
color: #6CCD02;
}
.AnyTagClassName
{
color: #6CCD02;
}
</style>
background-color css
<style>
a { background-color: #6CCD02; }
a { background-color: rgb(108,205,2); }
div.DivClassName
{
background-color: #6CCD02;
}
.BgClassName
{
background-color: #6CCD02;
}
</style>
border-color css
<style>
span { border-color: #6CCD02; }
span { border-color: rgb(108,205,2); }
td.TdClassName
{
border-color: #6CCD02;
}
.TagClassName
{
border-color: #6CCD02;
}
</style>