Shades of Kelly Green #6BCF00
Tints of Kelly Green #6BCF00
RGB
CMYK
RGB Variations
Color information
#6BCF00 (or 0x6BCF00) is known color: Kelly Green. HEX triplet: 6B, CF and 00. RGB value is (107,207,0). Sum of RGB (Red+Green+Blue) = 107+207+0=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCF00 is #9430FF. Grayscale: #9A9A9A. Windows color (decimal): -9711872 or 53099. OLE color: 53099.
HSL color Cylindrical-coordinate representation of color #6BCF00: hue angle of 88.99º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BCF00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.19 |
| HSL | 88.99º | 1% | 0.41% | - |
| HSV(B) | 88.99º | 1% | 0.81% | - |
| XYZ | 28.38 | 47.75 | 7.72 | - |
| YUV | 153.5 | 41.37 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 0 | 0.48 | 0 | 1 | 0.19 | 88.99 | 1 | 0.41 |
| Hex | 6B | CF | 0 | 30 | 0 | 64 | 13 | 59 | 64 | 29 |
| Octal | 153 | 317 | 0 | 60 | 0 | 144 | 23 | 131 | 144 | 51 |
| Binary | 1101011 | 11001111 | 0 | 110000 | 0 | 1100100 | 10011 | 1011001 | 1100100 | 101001 |
Color Harmonies of #6BCF00
Complementary color
Monochromatic Colors of #6BCF00
Black with #6BCF00
Text Example
Text Example
White with #6BCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF00; }
p { color: rgb(107,207,0); }
H1.HeaderClassName
{
color: #6BCF00;
}
.AnyTagClassName
{
color: #6BCF00;
}
</style>
background-color css
<style>
a { background-color: #6BCF00; }
a { background-color: rgb(107,207,0); }
div.DivClassName
{
background-color: #6BCF00;
}
.BgClassName
{
background-color: #6BCF00;
}
</style>
border-color css
<style>
span { border-color: #6BCF00; }
span { border-color: rgb(107,207,0); }
td.TdClassName
{
border-color: #6BCF00;
}
.TagClassName
{
border-color: #6BCF00;
}
</style>