Shades of Pastel Green #64F081
Tints of Pastel Green #64F081
RGB
CMYK
RGB Variations
Color information
#64F081 (or 0x64F081) is known color: Pastel Green. HEX triplet: 64, F0 and 81. RGB value is (100,240,129). Sum of RGB (Red+Green+Blue) = 100+240+129=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #64F081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F081 is #9B0F7E. Grayscale: #B9B9B9. Windows color (decimal): -10162047 or 8515684. OLE color: 8515684.
HSL color Cylindrical-coordinate representation of color #64F081: hue angle of 132.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F081 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 129 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.06 |
| HSL | 132.43º | 0.82% | 0.67% | - |
| HSV(B) | 132.43º | 0.58% | 0.94% | - |
| XYZ | 40.38 | 66.61 | 31.5 | - |
| YUV | 185.49 | 96.12 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 129 | 0.58 | 0 | 0.46 | 0.06 | 132.43 | 0.82 | 0.67 |
| Hex | 64 | F0 | 81 | 3A | 0 | 2E | 6 | 84 | 52 | 43 |
| Octal | 144 | 360 | 201 | 72 | 0 | 56 | 6 | 204 | 122 | 103 |
| Binary | 1100100 | 11110000 | 10000001 | 111010 | 0 | 101110 | 110 | 10000100 | 1010010 | 1000011 |
Color Harmonies of #64F081
Complementary color
Monochromatic Colors of #64F081
Black with #64F081
Text Example
Text Example
White with #64F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F081; }
p { color: rgb(100,240,129); }
H1.HeaderClassName
{
color: #64F081;
}
.AnyTagClassName
{
color: #64F081;
}
</style>
background-color css
<style>
a { background-color: #64F081; }
a { background-color: rgb(100,240,129); }
div.DivClassName
{
background-color: #64F081;
}
.BgClassName
{
background-color: #64F081;
}
</style>
border-color css
<style>
span { border-color: #64F081; }
span { border-color: rgb(100,240,129); }
td.TdClassName
{
border-color: #64F081;
}
.TagClassName
{
border-color: #64F081;
}
</style>