Shades of Pastel Green #64F18B
Tints of Pastel Green #64F18B
RGB
CMYK
RGB Variations
Color information
#64F18B (or 0x64F18B) is known color: Pastel Green. HEX triplet: 64, F1 and 8B. RGB value is (100,241,139). Sum of RGB (Red+Green+Blue) = 100+241+139=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #64F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F18B is #9B0E74. Grayscale: #BBBBBB. Windows color (decimal): -10161781 or 9171300. OLE color: 9171300.
HSL color Cylindrical-coordinate representation of color #64F18B: hue angle of 136.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F18B is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 139 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.05 |
| HSL | 136.6º | 0.83% | 0.67% | - |
| HSV(B) | 136.6º | 0.59% | 0.95% | - |
| XYZ | 41.37 | 67.48 | 35.27 | - |
| YUV | 187.21 | 100.79 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 139 | 0.59 | 0 | 0.42 | 0.05 | 136.6 | 0.83 | 0.67 |
| Hex | 64 | F1 | 8B | 3B | 0 | 2A | 5 | 89 | 53 | 43 |
| Octal | 144 | 361 | 213 | 73 | 0 | 52 | 5 | 211 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10001011 | 111011 | 0 | 101010 | 101 | 10001001 | 1010011 | 1000011 |
Color Harmonies of #64F18B
Complementary color
Monochromatic Colors of #64F18B
Black with #64F18B
Text Example
Text Example
White with #64F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F18B; }
p { color: rgb(100,241,139); }
H1.HeaderClassName
{
color: #64F18B;
}
.AnyTagClassName
{
color: #64F18B;
}
</style>
background-color css
<style>
a { background-color: #64F18B; }
a { background-color: rgb(100,241,139); }
div.DivClassName
{
background-color: #64F18B;
}
.BgClassName
{
background-color: #64F18B;
}
</style>
border-color css
<style>
span { border-color: #64F18B; }
span { border-color: rgb(100,241,139); }
td.TdClassName
{
border-color: #64F18B;
}
.TagClassName
{
border-color: #64F18B;
}
</style>