Shades of Kelly Green #50AF1A
Tints of Kelly Green #50AF1A
RGB
CMYK
RGB Variations
Color information
#50AF1A (or 0x50AF1A) is known color: Kelly Green. HEX triplet: 50, AF and 1A. RGB value is (80,175,26). Sum of RGB (Red+Green+Blue) = 80+175+26=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF1A is #AF50E5. Grayscale: #828282. Windows color (decimal): -11489510 or 1748816. OLE color: 1748816.
HSL color Cylindrical-coordinate representation of color #50AF1A: hue angle of 98.26º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50AF1A is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 26 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.31 |
| HSL | 98.26º | 0.74% | 0.39% | - |
| HSV(B) | 98.26º | 0.85% | 0.69% | - |
| XYZ | 18.82 | 32.44 | 6.25 | - |
| YUV | 129.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 26 | 0.54 | 0 | 0.85 | 0.31 | 98.26 | 0.74 | 0.39 |
| Hex | 50 | AF | 1A | 36 | 0 | 55 | 1F | 62 | 4A | 27 |
| Octal | 120 | 257 | 32 | 66 | 0 | 125 | 37 | 142 | 112 | 47 |
| Binary | 1010000 | 10101111 | 11010 | 110110 | 0 | 1010101 | 11111 | 1100010 | 1001010 | 100111 |
Color Harmonies of #50AF1A
Complementary color
Monochromatic Colors of #50AF1A
Black with #50AF1A
Text Example
Text Example
White with #50AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF1A; }
p { color: rgb(80,175,26); }
H1.HeaderClassName
{
color: #50AF1A;
}
.AnyTagClassName
{
color: #50AF1A;
}
</style>
background-color css
<style>
a { background-color: #50AF1A; }
a { background-color: rgb(80,175,26); }
div.DivClassName
{
background-color: #50AF1A;
}
.BgClassName
{
background-color: #50AF1A;
}
</style>
border-color css
<style>
span { border-color: #50AF1A; }
span { border-color: rgb(80,175,26); }
td.TdClassName
{
border-color: #50AF1A;
}
.TagClassName
{
border-color: #50AF1A;
}
</style>