Shades of Pastel Green #67F194
Tints of Pastel Green #67F194
RGB
CMYK
RGB Variations
Color information
#67F194 (or 0x67F194) is known color: Pastel Green. HEX triplet: 67, F1 and 94. RGB value is (103,241,148). Sum of RGB (Red+Green+Blue) = 103+241+148=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #67F194 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F194 is #980E6B. Grayscale: #BDBDBD. Windows color (decimal): -9965164 or 9761127. OLE color: 9761127.
HSL color Cylindrical-coordinate representation of color #67F194: hue angle of 139.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F194 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 241 | 148 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.05 |
| HSL | 139.57º | 0.83% | 0.67% | - |
| HSV(B) | 139.57º | 0.57% | 0.95% | - |
| XYZ | 42.39 | 67.93 | 38.89 | - |
| YUV | 189.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 241 | 148 | 0.57 | 0 | 0.39 | 0.05 | 139.57 | 0.83 | 0.67 |
| Hex | 67 | F1 | 94 | 39 | 0 | 27 | 5 | 8C | 53 | 43 |
| Octal | 147 | 361 | 224 | 71 | 0 | 47 | 5 | 214 | 123 | 103 |
| Binary | 1100111 | 11110001 | 10010100 | 111001 | 0 | 100111 | 101 | 10001100 | 1010011 | 1000011 |
Color Harmonies of #67F194
Complementary color
Monochromatic Colors of #67F194
Black with #67F194
Text Example
Text Example
White with #67F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F194; }
p { color: rgb(103,241,148); }
H1.HeaderClassName
{
color: #67F194;
}
.AnyTagClassName
{
color: #67F194;
}
</style>
background-color css
<style>
a { background-color: #67F194; }
a { background-color: rgb(103,241,148); }
div.DivClassName
{
background-color: #67F194;
}
.BgClassName
{
background-color: #67F194;
}
</style>
border-color css
<style>
span { border-color: #67F194; }
span { border-color: rgb(103,241,148); }
td.TdClassName
{
border-color: #67F194;
}
.TagClassName
{
border-color: #67F194;
}
</style>