Shades of Kelly Green #5ADF2F
Tints of Kelly Green #5ADF2F
RGB
CMYK
RGB Variations
Color information
#5ADF2F (or 0x5ADF2F) is known color: Kelly Green. HEX triplet: 5A, DF and 2F. RGB value is (90,223,47). Sum of RGB (Red+Green+Blue) = 90+223+47=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADF2F is #A520D0. Grayscale: #A3A3A3. Windows color (decimal): -10821841 or 3137370. OLE color: 3137370.
HSL color Cylindrical-coordinate representation of color #5ADF2F: hue angle of 105.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5ADF2F is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 47 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.13 |
| HSL | 105.34º | 0.73% | 0.53% | - |
| HSV(B) | 105.34º | 0.79% | 0.87% | - |
| XYZ | 31.12 | 55.15 | 11.7 | - |
| YUV | 163.17 | 62.44 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 47 | 0.60 | 0 | 0.79 | 0.13 | 105.34 | 0.73 | 0.53 |
| Hex | 5A | DF | 2F | 3C | 0 | 4F | D | 69 | 49 | 35 |
| Octal | 132 | 337 | 57 | 74 | 0 | 117 | 15 | 151 | 111 | 65 |
| Binary | 1011010 | 11011111 | 101111 | 111100 | 0 | 1001111 | 1101 | 1101001 | 1001001 | 110101 |
Color Harmonies of #5ADF2F
Complementary color
Monochromatic Colors of #5ADF2F
Black with #5ADF2F
Text Example
Text Example
White with #5ADF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADF2F; }
p { color: rgb(90,223,47); }
H1.HeaderClassName
{
color: #5ADF2F;
}
.AnyTagClassName
{
color: #5ADF2F;
}
</style>
background-color css
<style>
a { background-color: #5ADF2F; }
a { background-color: rgb(90,223,47); }
div.DivClassName
{
background-color: #5ADF2F;
}
.BgClassName
{
background-color: #5ADF2F;
}
</style>
border-color css
<style>
span { border-color: #5ADF2F; }
span { border-color: rgb(90,223,47); }
td.TdClassName
{
border-color: #5ADF2F;
}
.TagClassName
{
border-color: #5ADF2F;
}
</style>