Shades of Pastel Green #67F385
Tints of Pastel Green #67F385
RGB
CMYK
RGB Variations
Color information
#67F385 (or 0x67F385) is known color: Pastel Green. HEX triplet: 67, F3 and 85. RGB value is (103,243,133). Sum of RGB (Red+Green+Blue) = 103+243+133=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #67F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F385 is #980C7A. Grayscale: #BCBCBC. Windows color (decimal): -9964667 or 8778599. OLE color: 8778599.
HSL color Cylindrical-coordinate representation of color #67F385: hue angle of 132.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F385 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 133 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.05 |
| HSL | 132.86º | 0.85% | 0.68% | - |
| HSV(B) | 132.86º | 0.58% | 0.95% | - |
| XYZ | 41.88 | 68.68 | 33.24 | - |
| YUV | 188.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 133 | 0.58 | 0 | 0.45 | 0.05 | 132.86 | 0.85 | 0.68 |
| Hex | 67 | F3 | 85 | 3A | 0 | 2D | 5 | 85 | 55 | 44 |
| Octal | 147 | 363 | 205 | 72 | 0 | 55 | 5 | 205 | 125 | 104 |
| Binary | 1100111 | 11110011 | 10000101 | 111010 | 0 | 101101 | 101 | 10000101 | 1010101 | 1000100 |
Color Harmonies of #67F385
Complementary color
Monochromatic Colors of #67F385
Black with #67F385
Text Example
Text Example
White with #67F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F385; }
p { color: rgb(103,243,133); }
H1.HeaderClassName
{
color: #67F385;
}
.AnyTagClassName
{
color: #67F385;
}
</style>
background-color css
<style>
a { background-color: #67F385; }
a { background-color: rgb(103,243,133); }
div.DivClassName
{
background-color: #67F385;
}
.BgClassName
{
background-color: #67F385;
}
</style>
border-color css
<style>
span { border-color: #67F385; }
span { border-color: rgb(103,243,133); }
td.TdClassName
{
border-color: #67F385;
}
.TagClassName
{
border-color: #67F385;
}
</style>