Shades of Pastel Green #8CF768
Tints of Pastel Green #8CF768
RGB
CMYK
RGB Variations
Color information
#8CF768 (or 0x8CF768) is known color: Pastel Green. HEX triplet: 8C, F7 and 68. RGB value is (140,247,104). Sum of RGB (Red+Green+Blue) = 140+247+104=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF768 is #730897. Grayscale: #C7C7C7. Windows color (decimal): -7538840 or 6879116. OLE color: 6879116.
HSL color Cylindrical-coordinate representation of color #8CF768: hue angle of 104.9º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CF768 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 104 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.03 |
| HSL | 104.9º | 0.9% | 0.69% | - |
| HSV(B) | 104.9º | 0.58% | 0.97% | - |
| XYZ | 46.57 | 73.1 | 24.75 | - |
| YUV | 198.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 104 | 0.43 | 0 | 0.58 | 0.03 | 104.9 | 0.9 | 0.69 |
| Hex | 8C | F7 | 68 | 2B | 0 | 3A | 3 | 69 | 5A | 45 |
| Octal | 214 | 367 | 150 | 53 | 0 | 72 | 3 | 151 | 132 | 105 |
| Binary | 10001100 | 11110111 | 1101000 | 101011 | 0 | 111010 | 11 | 1101001 | 1011010 | 1000101 |
Color Harmonies of #8CF768
Complementary color
Monochromatic Colors of #8CF768
Black with #8CF768
Text Example
Text Example
White with #8CF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF768; }
p { color: rgb(140,247,104); }
H1.HeaderClassName
{
color: #8CF768;
}
.AnyTagClassName
{
color: #8CF768;
}
</style>
background-color css
<style>
a { background-color: #8CF768; }
a { background-color: rgb(140,247,104); }
div.DivClassName
{
background-color: #8CF768;
}
.BgClassName
{
background-color: #8CF768;
}
</style>
border-color css
<style>
span { border-color: #8CF768; }
span { border-color: rgb(140,247,104); }
td.TdClassName
{
border-color: #8CF768;
}
.TagClassName
{
border-color: #8CF768;
}
</style>