Shades of Pastel Green #8CF271
Tints of Pastel Green #8CF271
RGB
CMYK
RGB Variations
Color information
#8CF271 (or 0x8CF271) is known color: Pastel Green. HEX triplet: 8C, F2 and 71. RGB value is (140,242,113). Sum of RGB (Red+Green+Blue) = 140+242+113=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF271 is #730D8E. Grayscale: #C5C5C5. Windows color (decimal): -7540111 or 7467660. OLE color: 7467660.
HSL color Cylindrical-coordinate representation of color #8CF271: hue angle of 107.44º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CF271 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 113 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.05 |
| HSL | 107.44º | 0.83% | 0.7% | - |
| HSV(B) | 107.44º | 0.53% | 0.95% | - |
| XYZ | 45.55 | 70.27 | 26.79 | - |
| YUV | 196.8 | 80.71 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 113 | 0.42 | 0 | 0.53 | 0.05 | 107.44 | 0.83 | 0.7 |
| Hex | 8C | F2 | 71 | 2A | 0 | 35 | 5 | 6B | 53 | 46 |
| Octal | 214 | 362 | 161 | 52 | 0 | 65 | 5 | 153 | 123 | 106 |
| Binary | 10001100 | 11110010 | 1110001 | 101010 | 0 | 110101 | 101 | 1101011 | 1010011 | 1000110 |
Color Harmonies of #8CF271
Complementary color
Monochromatic Colors of #8CF271
Black with #8CF271
Text Example
Text Example
White with #8CF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF271; }
p { color: rgb(140,242,113); }
H1.HeaderClassName
{
color: #8CF271;
}
.AnyTagClassName
{
color: #8CF271;
}
</style>
background-color css
<style>
a { background-color: #8CF271; }
a { background-color: rgb(140,242,113); }
div.DivClassName
{
background-color: #8CF271;
}
.BgClassName
{
background-color: #8CF271;
}
</style>
border-color css
<style>
span { border-color: #8CF271; }
span { border-color: rgb(140,242,113); }
td.TdClassName
{
border-color: #8CF271;
}
.TagClassName
{
border-color: #8CF271;
}
</style>