Shades of Pastel Green #66F384
Tints of Pastel Green #66F384
RGB
CMYK
RGB Variations
Color information
#66F384 (or 0x66F384) is known color: Pastel Green. HEX triplet: 66, F3 and 84. RGB value is (102,243,132). Sum of RGB (Red+Green+Blue) = 102+243+132=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #66F384 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F384 is #990C7B. Grayscale: #BCBCBC. Windows color (decimal): -10030204 or 8713062. OLE color: 8713062.
HSL color Cylindrical-coordinate representation of color #66F384: hue angle of 132.77º 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 #66F384 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 132 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.05 |
| HSL | 132.77º | 0.85% | 0.68% | - |
| HSV(B) | 132.77º | 0.58% | 0.95% | - |
| XYZ | 41.69 | 68.59 | 32.87 | - |
| YUV | 188.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 132 | 0.58 | 0 | 0.46 | 0.05 | 132.77 | 0.85 | 0.68 |
| Hex | 66 | F3 | 84 | 3A | 0 | 2E | 5 | 85 | 55 | 44 |
| Octal | 146 | 363 | 204 | 72 | 0 | 56 | 5 | 205 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10000100 | 111010 | 0 | 101110 | 101 | 10000101 | 1010101 | 1000100 |
Color Harmonies of #66F384
Complementary color
Monochromatic Colors of #66F384
Black with #66F384
Text Example
Text Example
White with #66F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F384; }
p { color: rgb(102,243,132); }
H1.HeaderClassName
{
color: #66F384;
}
.AnyTagClassName
{
color: #66F384;
}
</style>
background-color css
<style>
a { background-color: #66F384; }
a { background-color: rgb(102,243,132); }
div.DivClassName
{
background-color: #66F384;
}
.BgClassName
{
background-color: #66F384;
}
</style>
border-color css
<style>
span { border-color: #66F384; }
span { border-color: rgb(102,243,132); }
td.TdClassName
{
border-color: #66F384;
}
.TagClassName
{
border-color: #66F384;
}
</style>