Shades of Kelly Green #68CF1E
Tints of Kelly Green #68CF1E
RGB
CMYK
RGB Variations
Color information
#68CF1E (or 0x68CF1E) is known color: Kelly Green. HEX triplet: 68, CF and 1E. RGB value is (104,207,30). Sum of RGB (Red+Green+Blue) = 104+207+30=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF1E is #9730E1. Grayscale: #9C9C9C. Windows color (decimal): -9908450 or 2019176. OLE color: 2019176.
HSL color Cylindrical-coordinate representation of color #68CF1E: hue angle of 94.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68CF1E is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 30 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.19 |
| HSL | 94.92º | 0.75% | 0.46% | - |
| HSV(B) | 94.92º | 0.86% | 0.81% | - |
| XYZ | 28.26 | 47.66 | 8.94 | - |
| YUV | 156.03 | 56.88 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 30 | 0.50 | 0 | 0.86 | 0.19 | 94.92 | 0.75 | 0.46 |
| Hex | 68 | CF | 1E | 32 | 0 | 56 | 13 | 5F | 4B | 2E |
| Octal | 150 | 317 | 36 | 62 | 0 | 126 | 23 | 137 | 113 | 56 |
| Binary | 1101000 | 11001111 | 11110 | 110010 | 0 | 1010110 | 10011 | 1011111 | 1001011 | 101110 |
Color Harmonies of #68CF1E
Complementary color
Monochromatic Colors of #68CF1E
Black with #68CF1E
Text Example
Text Example
White with #68CF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF1E; }
p { color: rgb(104,207,30); }
H1.HeaderClassName
{
color: #68CF1E;
}
.AnyTagClassName
{
color: #68CF1E;
}
</style>
background-color css
<style>
a { background-color: #68CF1E; }
a { background-color: rgb(104,207,30); }
div.DivClassName
{
background-color: #68CF1E;
}
.BgClassName
{
background-color: #68CF1E;
}
</style>
border-color css
<style>
span { border-color: #68CF1E; }
span { border-color: rgb(104,207,30); }
td.TdClassName
{
border-color: #68CF1E;
}
.TagClassName
{
border-color: #68CF1E;
}
</style>