Shades of Pastel Green #67F291
Tints of Pastel Green #67F291
RGB
CMYK
RGB Variations
Color information
#67F291 (or 0x67F291) is known color: Pastel Green. HEX triplet: 67, F2 and 91. RGB value is (103,242,145). Sum of RGB (Red+Green+Blue) = 103+242+145=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #67F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F291 is #980D6E. Grayscale: #BDBDBD. Windows color (decimal): -9964911 or 9564775. OLE color: 9564775.
HSL color Cylindrical-coordinate representation of color #67F291: hue angle of 138.13º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F291 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 145 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.05 |
| HSL | 138.13º | 0.84% | 0.68% | - |
| HSV(B) | 138.13º | 0.57% | 0.95% | - |
| XYZ | 42.46 | 68.43 | 37.76 | - |
| YUV | 189.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 145 | 0.57 | 0 | 0.40 | 0.05 | 138.13 | 0.84 | 0.68 |
| Hex | 67 | F2 | 91 | 39 | 0 | 28 | 5 | 8A | 54 | 44 |
| Octal | 147 | 362 | 221 | 71 | 0 | 50 | 5 | 212 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10010001 | 111001 | 0 | 101000 | 101 | 10001010 | 1010100 | 1000100 |
Color Harmonies of #67F291
Complementary color
Monochromatic Colors of #67F291
Black with #67F291
Text Example
Text Example
White with #67F291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F291; }
p { color: rgb(103,242,145); }
H1.HeaderClassName
{
color: #67F291;
}
.AnyTagClassName
{
color: #67F291;
}
</style>
background-color css
<style>
a { background-color: #67F291; }
a { background-color: rgb(103,242,145); }
div.DivClassName
{
background-color: #67F291;
}
.BgClassName
{
background-color: #67F291;
}
</style>
border-color css
<style>
span { border-color: #67F291; }
span { border-color: rgb(103,242,145); }
td.TdClassName
{
border-color: #67F291;
}
.TagClassName
{
border-color: #67F291;
}
</style>