Shades of Pastel Green #67F08A
Tints of Pastel Green #67F08A
RGB
CMYK
RGB Variations
Color information
#67F08A (or 0x67F08A) is known color: Pastel Green. HEX triplet: 67, F0 and 8A. RGB value is (103,240,138). Sum of RGB (Red+Green+Blue) = 103+240+138=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #67F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F08A is #980F75. Grayscale: #BBBBBB. Windows color (decimal): -9965430 or 9105511. OLE color: 9105511.
HSL color Cylindrical-coordinate representation of color #67F08A: hue angle of 135.33º 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 #67F08A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 138 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.06 |
| HSL | 135.33º | 0.82% | 0.67% | - |
| HSV(B) | 135.33º | 0.57% | 0.94% | - |
| XYZ | 41.34 | 67.04 | 34.81 | - |
| YUV | 187.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 138 | 0.57 | 0 | 0.42 | 0.06 | 135.33 | 0.82 | 0.67 |
| Hex | 67 | F0 | 8A | 39 | 0 | 2A | 6 | 87 | 52 | 43 |
| Octal | 147 | 360 | 212 | 71 | 0 | 52 | 6 | 207 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10001010 | 111001 | 0 | 101010 | 110 | 10000111 | 1010010 | 1000011 |
Color Harmonies of #67F08A
Complementary color
Monochromatic Colors of #67F08A
Black with #67F08A
Text Example
Text Example
White with #67F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F08A; }
p { color: rgb(103,240,138); }
H1.HeaderClassName
{
color: #67F08A;
}
.AnyTagClassName
{
color: #67F08A;
}
</style>
background-color css
<style>
a { background-color: #67F08A; }
a { background-color: rgb(103,240,138); }
div.DivClassName
{
background-color: #67F08A;
}
.BgClassName
{
background-color: #67F08A;
}
</style>
border-color css
<style>
span { border-color: #67F08A; }
span { border-color: rgb(103,240,138); }
td.TdClassName
{
border-color: #67F08A;
}
.TagClassName
{
border-color: #67F08A;
}
</style>