Shades of Pastel Green #8CEF65
Tints of Pastel Green #8CEF65
RGB
CMYK
RGB Variations
Color information
#8CEF65 (or 0x8CEF65) is known color: Pastel Green. HEX triplet: 8C, EF and 65. RGB value is (140,239,101). Sum of RGB (Red+Green+Blue) = 140+239+101=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEF65 is #73109A. Grayscale: #C2C2C2. Windows color (decimal): -7540891 or 6680460. OLE color: 6680460.
HSL color Cylindrical-coordinate representation of color #8CEF65: hue angle of 103.04º degrees, saturation: 0.81, 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 #8CEF65 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 101 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.06 |
| HSL | 103.04º | 0.81% | 0.67% | - |
| HSV(B) | 103.04º | 0.58% | 0.94% | - |
| XYZ | 44.03 | 68.25 | 23.16 | - |
| YUV | 193.67 | 75.7 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 101 | 0.41 | 0 | 0.58 | 0.06 | 103.04 | 0.81 | 0.67 |
| Hex | 8C | EF | 65 | 29 | 0 | 3A | 6 | 67 | 51 | 43 |
| Octal | 214 | 357 | 145 | 51 | 0 | 72 | 6 | 147 | 121 | 103 |
| Binary | 10001100 | 11101111 | 1100101 | 101001 | 0 | 111010 | 110 | 1100111 | 1010001 | 1000011 |
Color Harmonies of #8CEF65
Complementary color
Monochromatic Colors of #8CEF65
Black with #8CEF65
Text Example
Text Example
White with #8CEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF65; }
p { color: rgb(140,239,101); }
H1.HeaderClassName
{
color: #8CEF65;
}
.AnyTagClassName
{
color: #8CEF65;
}
</style>
background-color css
<style>
a { background-color: #8CEF65; }
a { background-color: rgb(140,239,101); }
div.DivClassName
{
background-color: #8CEF65;
}
.BgClassName
{
background-color: #8CEF65;
}
</style>
border-color css
<style>
span { border-color: #8CEF65; }
span { border-color: rgb(140,239,101); }
td.TdClassName
{
border-color: #8CEF65;
}
.TagClassName
{
border-color: #8CEF65;
}
</style>