Shades of Killarney #507D50
Tints of Killarney #507D50
RGB
CMYK
RGB Variations
Color information
#507D50 (or 0x507D50) is known color: Killarney. HEX triplet: 50, 7D and 50. RGB value is (80,125,80). Sum of RGB (Red+Green+Blue) = 80+125+80=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #507D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D50 is #AF82AF. Grayscale: #6A6A6A. Windows color (decimal): -11502256 or 5274960. OLE color: 5274960.
HSL color Cylindrical-coordinate representation of color #507D50: hue angle of 120º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507D50 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 80 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.51 |
| HSL | 120º | 0.22% | 0.4% | - |
| HSV(B) | 120º | 0.36% | 0.49% | - |
| XYZ | 12.09 | 16.95 | 10.22 | - |
| YUV | 106.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 80 | 0.36 | 0 | 0.36 | 0.51 | 120 | 0.22 | 0.4 |
| Hex | 50 | 7D | 50 | 24 | 0 | 24 | 33 | 78 | 16 | 28 |
| Octal | 120 | 175 | 120 | 44 | 0 | 44 | 63 | 170 | 26 | 50 |
| Binary | 1010000 | 1111101 | 1010000 | 100100 | 0 | 100100 | 110011 | 1111000 | 10110 | 101000 |
Color Harmonies of #507D50
Complementary color
Monochromatic Colors of #507D50
Black with #507D50
Text Example
Text Example
White with #507D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D50; }
p { color: rgb(80,125,80); }
H1.HeaderClassName
{
color: #507D50;
}
.AnyTagClassName
{
color: #507D50;
}
</style>
background-color css
<style>
a { background-color: #507D50; }
a { background-color: rgb(80,125,80); }
div.DivClassName
{
background-color: #507D50;
}
.BgClassName
{
background-color: #507D50;
}
</style>
border-color css
<style>
span { border-color: #507D50; }
span { border-color: rgb(80,125,80); }
td.TdClassName
{
border-color: #507D50;
}
.TagClassName
{
border-color: #507D50;
}
</style>