Shades of Kelly Green #68D71F
Tints of Kelly Green #68D71F
RGB
CMYK
RGB Variations
Color information
#68D71F (or 0x68D71F) is known color: Kelly Green. HEX triplet: 68, D7 and 1F. RGB value is (104,215,31). Sum of RGB (Red+Green+Blue) = 104+215+31=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #68D71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D71F is #9728E0. Grayscale: #A1A1A1. Windows color (decimal): -9906401 or 2086760. OLE color: 2086760.
HSL color Cylindrical-coordinate representation of color #68D71F: hue angle of 96.2º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68D71F is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 31 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.16 |
| HSL | 96.2º | 0.75% | 0.48% | - |
| HSV(B) | 96.2º | 0.86% | 0.84% | - |
| XYZ | 30.26 | 51.64 | 9.67 | - |
| YUV | 160.84 | 54.73 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 31 | 0.52 | 0 | 0.86 | 0.16 | 96.2 | 0.75 | 0.48 |
| Hex | 68 | D7 | 1F | 34 | 0 | 56 | 10 | 60 | 4B | 30 |
| Octal | 150 | 327 | 37 | 64 | 0 | 126 | 20 | 140 | 113 | 60 |
| Binary | 1101000 | 11010111 | 11111 | 110100 | 0 | 1010110 | 10000 | 1100000 | 1001011 | 110000 |
Color Harmonies of #68D71F
Complementary color
Monochromatic Colors of #68D71F
Black with #68D71F
Text Example
Text Example
White with #68D71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D71F; }
p { color: rgb(104,215,31); }
H1.HeaderClassName
{
color: #68D71F;
}
.AnyTagClassName
{
color: #68D71F;
}
</style>
background-color css
<style>
a { background-color: #68D71F; }
a { background-color: rgb(104,215,31); }
div.DivClassName
{
background-color: #68D71F;
}
.BgClassName
{
background-color: #68D71F;
}
</style>
border-color css
<style>
span { border-color: #68D71F; }
span { border-color: rgb(104,215,31); }
td.TdClassName
{
border-color: #68D71F;
}
.TagClassName
{
border-color: #68D71F;
}
</style>