Shades of Kelly Green #50CF15
Tints of Kelly Green #50CF15
RGB
CMYK
RGB Variations
Color information
#50CF15 (or 0x50CF15) is known color: Kelly Green. HEX triplet: 50, CF and 15. RGB value is (80,207,21). Sum of RGB (Red+Green+Blue) = 80+207+21=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CF15 is #AF30EA. Grayscale: #949494. Windows color (decimal): -11481323 or 1429328. OLE color: 1429328.
HSL color Cylindrical-coordinate representation of color #50CF15: hue angle of 100.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50CF15 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 21 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.19 |
| HSL | 100.97º | 0.82% | 0.45% | - |
| HSV(B) | 100.97º | 0.9% | 0.81% | - |
| XYZ | 25.76 | 46.39 | 8.31 | - |
| YUV | 147.82 | 56.42 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 21 | 0.61 | 0 | 0.90 | 0.19 | 100.97 | 0.82 | 0.45 |
| Hex | 50 | CF | 15 | 3D | 0 | 5A | 13 | 65 | 52 | 2D |
| Octal | 120 | 317 | 25 | 75 | 0 | 132 | 23 | 145 | 122 | 55 |
| Binary | 1010000 | 11001111 | 10101 | 111101 | 0 | 1011010 | 10011 | 1100101 | 1010010 | 101101 |
Color Harmonies of #50CF15
Complementary color
Monochromatic Colors of #50CF15
Black with #50CF15
Text Example
Text Example
White with #50CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF15; }
p { color: rgb(80,207,21); }
H1.HeaderClassName
{
color: #50CF15;
}
.AnyTagClassName
{
color: #50CF15;
}
</style>
background-color css
<style>
a { background-color: #50CF15; }
a { background-color: rgb(80,207,21); }
div.DivClassName
{
background-color: #50CF15;
}
.BgClassName
{
background-color: #50CF15;
}
</style>
border-color css
<style>
span { border-color: #50CF15; }
span { border-color: rgb(80,207,21); }
td.TdClassName
{
border-color: #50CF15;
}
.TagClassName
{
border-color: #50CF15;
}
</style>