Shades of Pastel Green #67F07C
Tints of Pastel Green #67F07C
RGB
CMYK
RGB Variations
Color information
#67F07C (or 0x67F07C) is known color: Pastel Green. HEX triplet: 67, F0 and 7C. RGB value is (103,240,124). Sum of RGB (Red+Green+Blue) = 103+240+124=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #67F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #67F07C is #980F83. Grayscale: #BABABA. Windows color (decimal): -9965444 or 8188007. OLE color: 8188007.
HSL color Cylindrical-coordinate representation of color #67F07C: hue angle of 129.2º 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 #67F07C is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 124 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.06 |
| HSL | 129.2º | 0.82% | 0.67% | - |
| HSV(B) | 129.2º | 0.57% | 0.94% | - |
| XYZ | 40.39 | 66.66 | 29.81 | - |
| YUV | 185.81 | 93.11 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 124 | 0.57 | 0 | 0.48 | 0.06 | 129.2 | 0.82 | 0.67 |
| Hex | 67 | F0 | 7C | 39 | 0 | 30 | 6 | 81 | 52 | 43 |
| Octal | 147 | 360 | 174 | 71 | 0 | 60 | 6 | 201 | 122 | 103 |
| Binary | 1100111 | 11110000 | 1111100 | 111001 | 0 | 110000 | 110 | 10000001 | 1010010 | 1000011 |
Color Harmonies of #67F07C
Complementary color
Monochromatic Colors of #67F07C
Black with #67F07C
Text Example
Text Example
White with #67F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F07C; }
p { color: rgb(103,240,124); }
H1.HeaderClassName
{
color: #67F07C;
}
.AnyTagClassName
{
color: #67F07C;
}
</style>
background-color css
<style>
a { background-color: #67F07C; }
a { background-color: rgb(103,240,124); }
div.DivClassName
{
background-color: #67F07C;
}
.BgClassName
{
background-color: #67F07C;
}
</style>
border-color css
<style>
span { border-color: #67F07C; }
span { border-color: rgb(103,240,124); }
td.TdClassName
{
border-color: #67F07C;
}
.TagClassName
{
border-color: #67F07C;
}
</style>