Shades of Pastel Green #67F082
Tints of Pastel Green #67F082
RGB
CMYK
RGB Variations
Color information
#67F082 (or 0x67F082) is known color: Pastel Green. HEX triplet: 67, F0 and 82. RGB value is (103,240,130). Sum of RGB (Red+Green+Blue) = 103+240+130=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #67F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F082 is #980F7D. Grayscale: #BABABA. Windows color (decimal): -9965438 or 8581223. OLE color: 8581223.
HSL color Cylindrical-coordinate representation of color #67F082: hue angle of 131.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F082 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 130 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.06 |
| HSL | 131.82º | 0.82% | 0.67% | - |
| HSV(B) | 131.82º | 0.57% | 0.94% | - |
| XYZ | 40.78 | 66.82 | 31.87 | - |
| YUV | 186.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 130 | 0.57 | 0 | 0.46 | 0.06 | 131.82 | 0.82 | 0.67 |
| Hex | 67 | F0 | 82 | 39 | 0 | 2E | 6 | 84 | 52 | 43 |
| Octal | 147 | 360 | 202 | 71 | 0 | 56 | 6 | 204 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10000010 | 111001 | 0 | 101110 | 110 | 10000100 | 1010010 | 1000011 |
Color Harmonies of #67F082
Complementary color
Monochromatic Colors of #67F082
Black with #67F082
Text Example
Text Example
White with #67F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F082; }
p { color: rgb(103,240,130); }
H1.HeaderClassName
{
color: #67F082;
}
.AnyTagClassName
{
color: #67F082;
}
</style>
background-color css
<style>
a { background-color: #67F082; }
a { background-color: rgb(103,240,130); }
div.DivClassName
{
background-color: #67F082;
}
.BgClassName
{
background-color: #67F082;
}
</style>
border-color css
<style>
span { border-color: #67F082; }
span { border-color: rgb(103,240,130); }
td.TdClassName
{
border-color: #67F082;
}
.TagClassName
{
border-color: #67F082;
}
</style>