Shades of Kelly Green #68D303
Tints of Kelly Green #68D303
RGB
CMYK
RGB Variations
Color information
#68D303 (or 0x68D303) is known color: Kelly Green. HEX triplet: 68, D3 and 03. RGB value is (104,211,3). Sum of RGB (Red+Green+Blue) = 104+211+3=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #68D303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D303 is #972CFC. Grayscale: #9C9C9C. Windows color (decimal): -9907453 or 250728. OLE color: 250728.
HSL color Cylindrical-coordinate representation of color #68D303: hue angle of 90.87º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68D303 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 3 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.17 |
| HSL | 90.87º | 0.97% | 0.42% | - |
| HSV(B) | 90.87º | 0.99% | 0.83% | - |
| XYZ | 29.02 | 49.54 | 8.12 | - |
| YUV | 155.3 | 42.05 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 3 | 0.51 | 0 | 0.99 | 0.17 | 90.87 | 0.97 | 0.42 |
| Hex | 68 | D3 | 3 | 33 | 0 | 63 | 11 | 5B | 61 | 2A |
| Octal | 150 | 323 | 3 | 63 | 0 | 143 | 21 | 133 | 141 | 52 |
| Binary | 1101000 | 11010011 | 11 | 110011 | 0 | 1100011 | 10001 | 1011011 | 1100001 | 101010 |
Color Harmonies of #68D303
Complementary color
Monochromatic Colors of #68D303
Black with #68D303
Text Example
Text Example
White with #68D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D303; }
p { color: rgb(104,211,3); }
H1.HeaderClassName
{
color: #68D303;
}
.AnyTagClassName
{
color: #68D303;
}
</style>
background-color css
<style>
a { background-color: #68D303; }
a { background-color: rgb(104,211,3); }
div.DivClassName
{
background-color: #68D303;
}
.BgClassName
{
background-color: #68D303;
}
</style>
border-color css
<style>
span { border-color: #68D303; }
span { border-color: rgb(104,211,3); }
td.TdClassName
{
border-color: #68D303;
}
.TagClassName
{
border-color: #68D303;
}
</style>