Shades of Pastel Green #67F295
Tints of Pastel Green #67F295
RGB
CMYK
RGB Variations
Color information
#67F295 (or 0x67F295) is known color: Pastel Green. HEX triplet: 67, F2 and 95. RGB value is (103,242,149). Sum of RGB (Red+Green+Blue) = 103+242+149=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #67F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F295 is #980D6A. Grayscale: #BEBEBE. Windows color (decimal): -9964907 or 9826919. OLE color: 9826919.
HSL color Cylindrical-coordinate representation of color #67F295: hue angle of 139.86º 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 #67F295 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 149 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.05 |
| HSL | 139.86º | 0.84% | 0.68% | - |
| HSV(B) | 139.86º | 0.57% | 0.95% | - |
| XYZ | 42.77 | 68.56 | 39.41 | - |
| YUV | 189.84 | 104.95 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 149 | 0.57 | 0 | 0.38 | 0.05 | 139.86 | 0.84 | 0.68 |
| Hex | 67 | F2 | 95 | 39 | 0 | 26 | 5 | 8C | 54 | 44 |
| Octal | 147 | 362 | 225 | 71 | 0 | 46 | 5 | 214 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10010101 | 111001 | 0 | 100110 | 101 | 10001100 | 1010100 | 1000100 |
Color Harmonies of #67F295
Complementary color
Monochromatic Colors of #67F295
Black with #67F295
Text Example
Text Example
White with #67F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F295; }
p { color: rgb(103,242,149); }
H1.HeaderClassName
{
color: #67F295;
}
.AnyTagClassName
{
color: #67F295;
}
</style>
background-color css
<style>
a { background-color: #67F295; }
a { background-color: rgb(103,242,149); }
div.DivClassName
{
background-color: #67F295;
}
.BgClassName
{
background-color: #67F295;
}
</style>
border-color css
<style>
span { border-color: #67F295; }
span { border-color: rgb(103,242,149); }
td.TdClassName
{
border-color: #67F295;
}
.TagClassName
{
border-color: #67F295;
}
</style>