Shades of Kelly Green #50CF0A
Tints of Kelly Green #50CF0A
RGB
CMYK
RGB Variations
Color information
#50CF0A (or 0x50CF0A) is known color: Kelly Green. HEX triplet: 50, CF and 0A. RGB value is (80,207,10). Sum of RGB (Red+Green+Blue) = 80+207+10=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CF0A is #AF30F5. Grayscale: #939393. Windows color (decimal): -11481334 or 708432. OLE color: 708432.
HSL color Cylindrical-coordinate representation of color #50CF0A: hue angle of 98.68º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50CF0A is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 10 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.19 |
| HSL | 98.68º | 0.91% | 0.43% | - |
| HSV(B) | 98.68º | 0.95% | 0.81% | - |
| XYZ | 25.68 | 46.35 | 7.88 | - |
| YUV | 146.57 | 50.92 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 10 | 0.61 | 0 | 0.95 | 0.19 | 98.68 | 0.91 | 0.43 |
| Hex | 50 | CF | A | 3D | 0 | 5F | 13 | 63 | 5B | 2B |
| Octal | 120 | 317 | 12 | 75 | 0 | 137 | 23 | 143 | 133 | 53 |
| Binary | 1010000 | 11001111 | 1010 | 111101 | 0 | 1011111 | 10011 | 1100011 | 1011011 | 101011 |
Color Harmonies of #50CF0A
Complementary color
Monochromatic Colors of #50CF0A
Black with #50CF0A
Text Example
Text Example
White with #50CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF0A; }
p { color: rgb(80,207,10); }
H1.HeaderClassName
{
color: #50CF0A;
}
.AnyTagClassName
{
color: #50CF0A;
}
</style>
background-color css
<style>
a { background-color: #50CF0A; }
a { background-color: rgb(80,207,10); }
div.DivClassName
{
background-color: #50CF0A;
}
.BgClassName
{
background-color: #50CF0A;
}
</style>
border-color css
<style>
span { border-color: #50CF0A; }
span { border-color: rgb(80,207,10); }
td.TdClassName
{
border-color: #50CF0A;
}
.TagClassName
{
border-color: #50CF0A;
}
</style>