Shades of Yellow Green #75D820
Tints of Yellow Green #75D820
RGB
CMYK
RGB Variations
Color information
#75D820 (or 0x75D820) is known color: Yellow Green. HEX triplet: 75, D8 and 20. RGB value is (117,216,32). Sum of RGB (Red+Green+Blue) = 117+216+32=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #75D820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D820 is #8A27DF. Grayscale: #A6A6A6. Windows color (decimal): -9054176 or 2152565. OLE color: 2152565.
HSL color Cylindrical-coordinate representation of color #75D820: hue angle of 92.28º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75D820 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 32 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.15 |
| HSL | 92.28º | 0.74% | 0.49% | - |
| HSV(B) | 92.28º | 0.85% | 0.85% | - |
| XYZ | 32.15 | 53 | 9.9 | - |
| YUV | 165.42 | 52.7 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 32 | 0.46 | 0 | 0.85 | 0.15 | 92.28 | 0.74 | 0.49 |
| Hex | 75 | D8 | 20 | 2E | 0 | 55 | F | 5C | 4A | 31 |
| Octal | 165 | 330 | 40 | 56 | 0 | 125 | 17 | 134 | 112 | 61 |
| Binary | 1110101 | 11011000 | 100000 | 101110 | 0 | 1010101 | 1111 | 1011100 | 1001010 | 110001 |
Color Harmonies of #75D820
Complementary color
Monochromatic Colors of #75D820
Black with #75D820
Text Example
Text Example
White with #75D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D820; }
p { color: rgb(117,216,32); }
H1.HeaderClassName
{
color: #75D820;
}
.AnyTagClassName
{
color: #75D820;
}
</style>
background-color css
<style>
a { background-color: #75D820; }
a { background-color: rgb(117,216,32); }
div.DivClassName
{
background-color: #75D820;
}
.BgClassName
{
background-color: #75D820;
}
</style>
border-color css
<style>
span { border-color: #75D820; }
span { border-color: rgb(117,216,32); }
td.TdClassName
{
border-color: #75D820;
}
.TagClassName
{
border-color: #75D820;
}
</style>