Shades of Pastel Green #66F38A
Tints of Pastel Green #66F38A
RGB
CMYK
RGB Variations
Color information
#66F38A (or 0x66F38A) is known color: Pastel Green. HEX triplet: 66, F3 and 8A. RGB value is (102,243,138). Sum of RGB (Red+Green+Blue) = 102+243+138=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #66F38A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F38A is #990C75. Grayscale: #BDBDBD. Windows color (decimal): -10030198 or 9106278. OLE color: 9106278.
HSL color Cylindrical-coordinate representation of color #66F38A: hue angle of 135.32º 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 #66F38A is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 138 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.05 |
| HSL | 135.32º | 0.85% | 0.68% | - |
| HSV(B) | 135.32º | 0.58% | 0.95% | - |
| XYZ | 42.12 | 68.76 | 35.1 | - |
| YUV | 188.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 138 | 0.58 | 0 | 0.43 | 0.05 | 135.32 | 0.85 | 0.68 |
| Hex | 66 | F3 | 8A | 3A | 0 | 2B | 5 | 87 | 55 | 44 |
| Octal | 146 | 363 | 212 | 72 | 0 | 53 | 5 | 207 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10001010 | 111010 | 0 | 101011 | 101 | 10000111 | 1010101 | 1000100 |
Color Harmonies of #66F38A
Complementary color
Monochromatic Colors of #66F38A
Black with #66F38A
Text Example
Text Example
White with #66F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F38A; }
p { color: rgb(102,243,138); }
H1.HeaderClassName
{
color: #66F38A;
}
.AnyTagClassName
{
color: #66F38A;
}
</style>
background-color css
<style>
a { background-color: #66F38A; }
a { background-color: rgb(102,243,138); }
div.DivClassName
{
background-color: #66F38A;
}
.BgClassName
{
background-color: #66F38A;
}
</style>
border-color css
<style>
span { border-color: #66F38A; }
span { border-color: rgb(102,243,138); }
td.TdClassName
{
border-color: #66F38A;
}
.TagClassName
{
border-color: #66F38A;
}
</style>