Shades of Pastel Green #67F080
Tints of Pastel Green #67F080
RGB
CMYK
RGB Variations
Color information
#67F080 (or 0x67F080) is known color: Pastel Green. HEX triplet: 67, F0 and 80. RGB value is (103,240,128). Sum of RGB (Red+Green+Blue) = 103+240+128=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #67F080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F080 is #980F7F. Grayscale: #BABABA. Windows color (decimal): -9965440 or 8450151. OLE color: 8450151.
HSL color Cylindrical-coordinate representation of color #67F080: hue angle of 130.95º 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 #67F080 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 128 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.06 |
| HSL | 130.95º | 0.82% | 0.67% | - |
| HSV(B) | 130.95º | 0.57% | 0.94% | - |
| XYZ | 40.65 | 66.76 | 31.17 | - |
| YUV | 186.27 | 95.11 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 128 | 0.57 | 0 | 0.47 | 0.06 | 130.95 | 0.82 | 0.67 |
| Hex | 67 | F0 | 80 | 39 | 0 | 2F | 6 | 83 | 52 | 43 |
| Octal | 147 | 360 | 200 | 71 | 0 | 57 | 6 | 203 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10000000 | 111001 | 0 | 101111 | 110 | 10000011 | 1010010 | 1000011 |
Color Harmonies of #67F080
Complementary color
Monochromatic Colors of #67F080
Black with #67F080
Text Example
Text Example
White with #67F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F080; }
p { color: rgb(103,240,128); }
H1.HeaderClassName
{
color: #67F080;
}
.AnyTagClassName
{
color: #67F080;
}
</style>
background-color css
<style>
a { background-color: #67F080; }
a { background-color: rgb(103,240,128); }
div.DivClassName
{
background-color: #67F080;
}
.BgClassName
{
background-color: #67F080;
}
</style>
border-color css
<style>
span { border-color: #67F080; }
span { border-color: rgb(103,240,128); }
td.TdClassName
{
border-color: #67F080;
}
.TagClassName
{
border-color: #67F080;
}
</style>