Shades of Kelly Green #50DC27
Tints of Kelly Green #50DC27
RGB
CMYK
RGB Variations
Color information
#50DC27 (or 0x50DC27) is known color: Kelly Green. HEX triplet: 50, DC and 27. RGB value is (80,220,39). Sum of RGB (Red+Green+Blue) = 80+220+39=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC27 is #AF23D8. Grayscale: #9E9E9E. Windows color (decimal): -11477977 or 2612304. OLE color: 2612304.
HSL color Cylindrical-coordinate representation of color #50DC27: hue angle of 106.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50DC27 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 39 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.14 |
| HSL | 106.41º | 0.72% | 0.51% | - |
| HSV(B) | 106.41º | 0.82% | 0.86% | - |
| XYZ | 29.27 | 53.04 | 10.61 | - |
| YUV | 157.51 | 61.12 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 39 | 0.64 | 0 | 0.82 | 0.14 | 106.41 | 0.72 | 0.51 |
| Hex | 50 | DC | 27 | 40 | 0 | 52 | E | 6A | 48 | 33 |
| Octal | 120 | 334 | 47 | 100 | 0 | 122 | 16 | 152 | 110 | 63 |
| Binary | 1010000 | 11011100 | 100111 | 1000000 | 0 | 1010010 | 1110 | 1101010 | 1001000 | 110011 |
Color Harmonies of #50DC27
Complementary color
Monochromatic Colors of #50DC27
Black with #50DC27
Text Example
Text Example
White with #50DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DC27; }
p { color: rgb(80,220,39); }
H1.HeaderClassName
{
color: #50DC27;
}
.AnyTagClassName
{
color: #50DC27;
}
</style>
background-color css
<style>
a { background-color: #50DC27; }
a { background-color: rgb(80,220,39); }
div.DivClassName
{
background-color: #50DC27;
}
.BgClassName
{
background-color: #50DC27;
}
</style>
border-color css
<style>
span { border-color: #50DC27; }
span { border-color: rgb(80,220,39); }
td.TdClassName
{
border-color: #50DC27;
}
.TagClassName
{
border-color: #50DC27;
}
</style>