Shades of Kelly Green #6CCF02
Tints of Kelly Green #6CCF02
RGB
CMYK
RGB Variations
Color information
#6CCF02 (or 0x6CCF02) is known color: Kelly Green. HEX triplet: 6C, CF and 02. RGB value is (108,207,2). Sum of RGB (Red+Green+Blue) = 108+207+2=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCF02 is #9330FD. Grayscale: #9A9A9A. Windows color (decimal): -9646334 or 184172. OLE color: 184172.
HSL color Cylindrical-coordinate representation of color #6CCF02: hue angle of 88.98º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CCF02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.19 |
| HSL | 88.98º | 0.98% | 0.41% | - |
| HSV(B) | 88.98º | 0.99% | 0.81% | - |
| XYZ | 28.51 | 47.82 | 7.78 | - |
| YUV | 154.03 | 42.2 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 2 | 0.48 | 0 | 0.99 | 0.19 | 88.98 | 0.98 | 0.41 |
| Hex | 6C | CF | 2 | 30 | 0 | 63 | 13 | 59 | 62 | 29 |
| Octal | 154 | 317 | 2 | 60 | 0 | 143 | 23 | 131 | 142 | 51 |
| Binary | 1101100 | 11001111 | 10 | 110000 | 0 | 1100011 | 10011 | 1011001 | 1100010 | 101001 |
Color Harmonies of #6CCF02
Complementary color
Monochromatic Colors of #6CCF02
Black with #6CCF02
Text Example
Text Example
White with #6CCF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF02; }
p { color: rgb(108,207,2); }
H1.HeaderClassName
{
color: #6CCF02;
}
.AnyTagClassName
{
color: #6CCF02;
}
</style>
background-color css
<style>
a { background-color: #6CCF02; }
a { background-color: rgb(108,207,2); }
div.DivClassName
{
background-color: #6CCF02;
}
.BgClassName
{
background-color: #6CCF02;
}
</style>
border-color css
<style>
span { border-color: #6CCF02; }
span { border-color: rgb(108,207,2); }
td.TdClassName
{
border-color: #6CCF02;
}
.TagClassName
{
border-color: #6CCF02;
}
</style>