Shades of Kelly Green #6CCF05
Tints of Kelly Green #6CCF05
RGB
CMYK
RGB Variations
Color information
#6CCF05 (or 0x6CCF05) is known color: Kelly Green. HEX triplet: 6C, CF and 05. RGB value is (108,207,5). Sum of RGB (Red+Green+Blue) = 108+207+5=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCF05 is #9330FA. Grayscale: #9B9B9B. Windows color (decimal): -9646331 or 380780. OLE color: 380780.
HSL color Cylindrical-coordinate representation of color #6CCF05: hue angle of 89.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CCF05 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 5 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.19 |
| HSL | 89.41º | 0.95% | 0.42% | - |
| HSV(B) | 89.41º | 0.98% | 0.81% | - |
| XYZ | 28.52 | 47.82 | 7.87 | - |
| YUV | 154.37 | 43.7 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 5 | 0.48 | 0 | 0.98 | 0.19 | 89.41 | 0.95 | 0.42 |
| Hex | 6C | CF | 5 | 30 | 0 | 62 | 13 | 59 | 5F | 2A |
| Octal | 154 | 317 | 5 | 60 | 0 | 142 | 23 | 131 | 137 | 52 |
| Binary | 1101100 | 11001111 | 101 | 110000 | 0 | 1100010 | 10011 | 1011001 | 1011111 | 101010 |
Color Harmonies of #6CCF05
Complementary color
Monochromatic Colors of #6CCF05
Black with #6CCF05
Text Example
Text Example
White with #6CCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF05; }
p { color: rgb(108,207,5); }
H1.HeaderClassName
{
color: #6CCF05;
}
.AnyTagClassName
{
color: #6CCF05;
}
</style>
background-color css
<style>
a { background-color: #6CCF05; }
a { background-color: rgb(108,207,5); }
div.DivClassName
{
background-color: #6CCF05;
}
.BgClassName
{
background-color: #6CCF05;
}
</style>
border-color css
<style>
span { border-color: #6CCF05; }
span { border-color: rgb(108,207,5); }
td.TdClassName
{
border-color: #6CCF05;
}
.TagClassName
{
border-color: #6CCF05;
}
</style>