Shades of Pastel Green #67F293
Tints of Pastel Green #67F293
RGB
CMYK
RGB Variations
Color information
#67F293 (or 0x67F293) is known color: Pastel Green. HEX triplet: 67, F2 and 93. RGB value is (103,242,147). Sum of RGB (Red+Green+Blue) = 103+242+147=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #67F293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F293 is #980D6C. Grayscale: #BDBDBD. Windows color (decimal): -9964909 or 9695847. OLE color: 9695847.
HSL color Cylindrical-coordinate representation of color #67F293: hue angle of 138.99º 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 #67F293 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 147 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.05 |
| HSL | 138.99º | 0.84% | 0.68% | - |
| HSV(B) | 138.99º | 0.57% | 0.95% | - |
| XYZ | 42.61 | 68.49 | 38.58 | - |
| YUV | 189.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 147 | 0.57 | 0 | 0.39 | 0.05 | 138.99 | 0.84 | 0.68 |
| Hex | 67 | F2 | 93 | 39 | 0 | 27 | 5 | 8B | 54 | 44 |
| Octal | 147 | 362 | 223 | 71 | 0 | 47 | 5 | 213 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10010011 | 111001 | 0 | 100111 | 101 | 10001011 | 1010100 | 1000100 |
Color Harmonies of #67F293
Complementary color
Monochromatic Colors of #67F293
Black with #67F293
Text Example
Text Example
White with #67F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F293; }
p { color: rgb(103,242,147); }
H1.HeaderClassName
{
color: #67F293;
}
.AnyTagClassName
{
color: #67F293;
}
</style>
background-color css
<style>
a { background-color: #67F293; }
a { background-color: rgb(103,242,147); }
div.DivClassName
{
background-color: #67F293;
}
.BgClassName
{
background-color: #67F293;
}
</style>
border-color css
<style>
span { border-color: #67F293; }
span { border-color: rgb(103,242,147); }
td.TdClassName
{
border-color: #67F293;
}
.TagClassName
{
border-color: #67F293;
}
</style>