Shades of Pastel Green #66F081
Tints of Pastel Green #66F081
RGB
CMYK
RGB Variations
Color information
#66F081 (or 0x66F081) is known color: Pastel Green. HEX triplet: 66, F0 and 81. RGB value is (102,240,129). Sum of RGB (Red+Green+Blue) = 102+240+129=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #66F081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F081 is #990F7E. Grayscale: #BABABA. Windows color (decimal): -10030975 or 8515686. OLE color: 8515686.
HSL color Cylindrical-coordinate representation of color #66F081: hue angle of 131.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F081 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 129 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.06 |
| HSL | 131.74º | 0.82% | 0.67% | - |
| HSV(B) | 131.74º | 0.58% | 0.94% | - |
| XYZ | 40.6 | 66.73 | 31.51 | - |
| YUV | 186.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 129 | 0.58 | 0 | 0.46 | 0.06 | 131.74 | 0.82 | 0.67 |
| Hex | 66 | F0 | 81 | 3A | 0 | 2E | 6 | 84 | 52 | 43 |
| Octal | 146 | 360 | 201 | 72 | 0 | 56 | 6 | 204 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10000001 | 111010 | 0 | 101110 | 110 | 10000100 | 1010010 | 1000011 |
Color Harmonies of #66F081
Complementary color
Monochromatic Colors of #66F081
Black with #66F081
Text Example
Text Example
White with #66F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F081; }
p { color: rgb(102,240,129); }
H1.HeaderClassName
{
color: #66F081;
}
.AnyTagClassName
{
color: #66F081;
}
</style>
background-color css
<style>
a { background-color: #66F081; }
a { background-color: rgb(102,240,129); }
div.DivClassName
{
background-color: #66F081;
}
.BgClassName
{
background-color: #66F081;
}
</style>
border-color css
<style>
span { border-color: #66F081; }
span { border-color: rgb(102,240,129); }
td.TdClassName
{
border-color: #66F081;
}
.TagClassName
{
border-color: #66F081;
}
</style>