Shades of Yellow Green #72D72D
Tints of Yellow Green #72D72D
RGB
CMYK
RGB Variations
Color information
#72D72D (or 0x72D72D) is known color: Yellow Green. HEX triplet: 72, D7 and 2D. RGB value is (114,215,45). Sum of RGB (Red+Green+Blue) = 114+215+45=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #72D72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D72D is #8D28D2. Grayscale: #A5A5A5. Windows color (decimal): -9251027 or 3004274. OLE color: 3004274.
HSL color Cylindrical-coordinate representation of color #72D72D: hue angle of 95.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72D72D is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 45 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.16 |
| HSL | 95.65º | 0.68% | 0.51% | - |
| HSV(B) | 95.65º | 0.79% | 0.84% | - |
| XYZ | 31.71 | 52.37 | 10.92 | - |
| YUV | 165.42 | 60.04 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 45 | 0.47 | 0 | 0.79 | 0.16 | 95.65 | 0.68 | 0.51 |
| Hex | 72 | D7 | 2D | 2F | 0 | 4F | 10 | 60 | 44 | 33 |
| Octal | 162 | 327 | 55 | 57 | 0 | 117 | 20 | 140 | 104 | 63 |
| Binary | 1110010 | 11010111 | 101101 | 101111 | 0 | 1001111 | 10000 | 1100000 | 1000100 | 110011 |
Color Harmonies of #72D72D
Complementary color
Monochromatic Colors of #72D72D
Black with #72D72D
Text Example
Text Example
White with #72D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D72D; }
p { color: rgb(114,215,45); }
H1.HeaderClassName
{
color: #72D72D;
}
.AnyTagClassName
{
color: #72D72D;
}
</style>
background-color css
<style>
a { background-color: #72D72D; }
a { background-color: rgb(114,215,45); }
div.DivClassName
{
background-color: #72D72D;
}
.BgClassName
{
background-color: #72D72D;
}
</style>
border-color css
<style>
span { border-color: #72D72D; }
span { border-color: rgb(114,215,45); }
td.TdClassName
{
border-color: #72D72D;
}
.TagClassName
{
border-color: #72D72D;
}
</style>