Shades of Pastel Green #67E482
Tints of Pastel Green #67E482
RGB
CMYK
RGB Variations
Color information
#67E482 (or 0x67E482) is known color: Pastel Green. HEX triplet: 67, E4 and 82. RGB value is (103,228,130). Sum of RGB (Red+Green+Blue) = 103+228+130=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #67E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67E482 is #981B7D. Grayscale: #B3B3B3. Windows color (decimal): -9968510 or 8578151. OLE color: 8578151.
HSL color Cylindrical-coordinate representation of color #67E482: hue angle of 132.96º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E482 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 228 | 130 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.11 |
| HSL | 132.96º | 0.7% | 0.65% | - |
| HSV(B) | 132.96º | 0.55% | 0.89% | - |
| XYZ | 37.37 | 59.98 | 30.73 | - |
| YUV | 179.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 228 | 130 | 0.55 | 0 | 0.43 | 0.11 | 132.96 | 0.7 | 0.65 |
| Hex | 67 | E4 | 82 | 37 | 0 | 2B | B | 85 | 46 | 41 |
| Octal | 147 | 344 | 202 | 67 | 0 | 53 | 13 | 205 | 106 | 101 |
| Binary | 1100111 | 11100100 | 10000010 | 110111 | 0 | 101011 | 1011 | 10000101 | 1000110 | 1000001 |
Color Harmonies of #67E482
Complementary color
Monochromatic Colors of #67E482
Black with #67E482
Text Example
Text Example
White with #67E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E482; }
p { color: rgb(103,228,130); }
H1.HeaderClassName
{
color: #67E482;
}
.AnyTagClassName
{
color: #67E482;
}
</style>
background-color css
<style>
a { background-color: #67E482; }
a { background-color: rgb(103,228,130); }
div.DivClassName
{
background-color: #67E482;
}
.BgClassName
{
background-color: #67E482;
}
</style>
border-color css
<style>
span { border-color: #67E482; }
span { border-color: rgb(103,228,130); }
td.TdClassName
{
border-color: #67E482;
}
.TagClassName
{
border-color: #67E482;
}
</style>