Shades of Yellow Green #72DE2D
Tints of Yellow Green #72DE2D
RGB
CMYK
RGB Variations
Color information
#72DE2D (or 0x72DE2D) is known color: Yellow Green. HEX triplet: 72, DE and 2D. RGB value is (114,222,45). Sum of RGB (Red+Green+Blue) = 114+222+45=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #72DE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DE2D is #8D21D2. Grayscale: #AAAAAA. Windows color (decimal): -9249235 or 3006066. OLE color: 3006066.
HSL color Cylindrical-coordinate representation of color #72DE2D: hue angle of 96.61º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72DE2D is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 222 | 45 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.13 |
| HSL | 96.61º | 0.73% | 0.52% | - |
| HSV(B) | 96.61º | 0.8% | 0.87% | - |
| XYZ | 33.53 | 56.01 | 11.53 | - |
| YUV | 169.53 | 57.72 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 45 | 0.49 | 0 | 0.80 | 0.13 | 96.61 | 0.73 | 0.52 |
| Hex | 72 | DE | 2D | 31 | 0 | 50 | D | 61 | 49 | 34 |
| Octal | 162 | 336 | 55 | 61 | 0 | 120 | 15 | 141 | 111 | 64 |
| Binary | 1110010 | 11011110 | 101101 | 110001 | 0 | 1010000 | 1101 | 1100001 | 1001001 | 110100 |
Color Harmonies of #72DE2D
Complementary color
Monochromatic Colors of #72DE2D
Black with #72DE2D
Text Example
Text Example
White with #72DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DE2D; }
p { color: rgb(114,222,45); }
H1.HeaderClassName
{
color: #72DE2D;
}
.AnyTagClassName
{
color: #72DE2D;
}
</style>
background-color css
<style>
a { background-color: #72DE2D; }
a { background-color: rgb(114,222,45); }
div.DivClassName
{
background-color: #72DE2D;
}
.BgClassName
{
background-color: #72DE2D;
}
</style>
border-color css
<style>
span { border-color: #72DE2D; }
span { border-color: rgb(114,222,45); }
td.TdClassName
{
border-color: #72DE2D;
}
.TagClassName
{
border-color: #72DE2D;
}
</style>