Shades of Yellow Green #75D22D
Tints of Yellow Green #75D22D
RGB
CMYK
RGB Variations
Color information
#75D22D (or 0x75D22D) is known color: Yellow Green. HEX triplet: 75, D2 and 2D. RGB value is (117,210,45). Sum of RGB (Red+Green+Blue) = 117+210+45=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #75D22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D22D is #8A2DD2. Grayscale: #A3A3A3. Windows color (decimal): -9055699 or 3002997. OLE color: 3002997.
HSL color Cylindrical-coordinate representation of color #75D22D: hue angle of 93.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75D22D is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 45 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.18 |
| HSL | 93.82º | 0.65% | 0.5% | - |
| HSV(B) | 93.82º | 0.79% | 0.82% | - |
| XYZ | 30.86 | 50.06 | 10.52 | - |
| YUV | 163.38 | 61.19 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 45 | 0.44 | 0 | 0.79 | 0.18 | 93.82 | 0.65 | 0.5 |
| Hex | 75 | D2 | 2D | 2C | 0 | 4F | 12 | 5E | 41 | 32 |
| Octal | 165 | 322 | 55 | 54 | 0 | 117 | 22 | 136 | 101 | 62 |
| Binary | 1110101 | 11010010 | 101101 | 101100 | 0 | 1001111 | 10010 | 1011110 | 1000001 | 110010 |
Color Harmonies of #75D22D
Complementary color
Monochromatic Colors of #75D22D
Black with #75D22D
Text Example
Text Example
White with #75D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D22D; }
p { color: rgb(117,210,45); }
H1.HeaderClassName
{
color: #75D22D;
}
.AnyTagClassName
{
color: #75D22D;
}
</style>
background-color css
<style>
a { background-color: #75D22D; }
a { background-color: rgb(117,210,45); }
div.DivClassName
{
background-color: #75D22D;
}
.BgClassName
{
background-color: #75D22D;
}
</style>
border-color css
<style>
span { border-color: #75D22D; }
span { border-color: rgb(117,210,45); }
td.TdClassName
{
border-color: #75D22D;
}
.TagClassName
{
border-color: #75D22D;
}
</style>