Shades of Pastel Green #8CF268
Tints of Pastel Green #8CF268
RGB
CMYK
RGB Variations
Color information
#8CF268 (or 0x8CF268) is known color: Pastel Green. HEX triplet: 8C, F2 and 68. RGB value is (140,242,104). Sum of RGB (Red+Green+Blue) = 140+242+104=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF268 is #730D97. Grayscale: #C4C4C4. Windows color (decimal): -7540120 or 6877836. OLE color: 6877836.
HSL color Cylindrical-coordinate representation of color #8CF268: hue angle of 104.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF268 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 104 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.05 |
| HSL | 104.35º | 0.84% | 0.68% | - |
| HSV(B) | 104.35º | 0.57% | 0.95% | - |
| XYZ | 45.07 | 70.08 | 24.25 | - |
| YUV | 195.77 | 76.21 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 104 | 0.42 | 0 | 0.57 | 0.05 | 104.35 | 0.84 | 0.68 |
| Hex | 8C | F2 | 68 | 2A | 0 | 39 | 5 | 68 | 54 | 44 |
| Octal | 214 | 362 | 150 | 52 | 0 | 71 | 5 | 150 | 124 | 104 |
| Binary | 10001100 | 11110010 | 1101000 | 101010 | 0 | 111001 | 101 | 1101000 | 1010100 | 1000100 |
Color Harmonies of #8CF268
Complementary color
Monochromatic Colors of #8CF268
Black with #8CF268
Text Example
Text Example
White with #8CF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF268; }
p { color: rgb(140,242,104); }
H1.HeaderClassName
{
color: #8CF268;
}
.AnyTagClassName
{
color: #8CF268;
}
</style>
background-color css
<style>
a { background-color: #8CF268; }
a { background-color: rgb(140,242,104); }
div.DivClassName
{
background-color: #8CF268;
}
.BgClassName
{
background-color: #8CF268;
}
</style>
border-color css
<style>
span { border-color: #8CF268; }
span { border-color: rgb(140,242,104); }
td.TdClassName
{
border-color: #8CF268;
}
.TagClassName
{
border-color: #8CF268;
}
</style>