Shades of Pastel Green #72D264
Tints of Pastel Green #72D264
RGB
CMYK
RGB Variations
Color information
#72D264 (or 0x72D264) is known color: Pastel Green. HEX triplet: 72, D2 and 64. RGB value is (114,210,100). Sum of RGB (Red+Green+Blue) = 114+210+100=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #72D264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D264 is #8D2D9B. Grayscale: #A9A9A9. Windows color (decimal): -9252252 or 6607474. OLE color: 6607474.
HSL color Cylindrical-coordinate representation of color #72D264: hue angle of 112.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D264 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 100 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.18 |
| HSL | 112.36º | 0.55% | 0.61% | - |
| HSV(B) | 112.36º | 0.52% | 0.82% | - |
| XYZ | 32.29 | 50.59 | 20.12 | - |
| YUV | 168.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 100 | 0.46 | 0 | 0.52 | 0.18 | 112.36 | 0.55 | 0.61 |
| Hex | 72 | D2 | 64 | 2E | 0 | 34 | 12 | 70 | 37 | 3D |
| Octal | 162 | 322 | 144 | 56 | 0 | 64 | 22 | 160 | 67 | 75 |
| Binary | 1110010 | 11010010 | 1100100 | 101110 | 0 | 110100 | 10010 | 1110000 | 110111 | 111101 |
Color Harmonies of #72D264
Complementary color
Monochromatic Colors of #72D264
Black with #72D264
Text Example
Text Example
White with #72D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D264; }
p { color: rgb(114,210,100); }
H1.HeaderClassName
{
color: #72D264;
}
.AnyTagClassName
{
color: #72D264;
}
</style>
background-color css
<style>
a { background-color: #72D264; }
a { background-color: rgb(114,210,100); }
div.DivClassName
{
background-color: #72D264;
}
.BgClassName
{
background-color: #72D264;
}
</style>
border-color css
<style>
span { border-color: #72D264; }
span { border-color: rgb(114,210,100); }
td.TdClassName
{
border-color: #72D264;
}
.TagClassName
{
border-color: #72D264;
}
</style>