Shades of Pastel Green #8CF164
Tints of Pastel Green #8CF164
RGB
CMYK
RGB Variations
Color information
#8CF164 (or 0x8CF164) is known color: Pastel Green. HEX triplet: 8C, F1 and 64. RGB value is (140,241,100). Sum of RGB (Red+Green+Blue) = 140+241+100=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF164 is #730E9B. Grayscale: #C3C3C3. Windows color (decimal): -7540380 or 6615436. OLE color: 6615436.
HSL color Cylindrical-coordinate representation of color #8CF164: hue angle of 102.98º 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 #8CF164 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 100 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.05 |
| HSL | 102.98º | 0.83% | 0.67% | - |
| HSV(B) | 102.98º | 0.59% | 0.95% | - |
| XYZ | 44.57 | 69.41 | 23.1 | - |
| YUV | 194.73 | 74.54 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 100 | 0.42 | 0 | 0.59 | 0.05 | 102.98 | 0.83 | 0.67 |
| Hex | 8C | F1 | 64 | 2A | 0 | 3B | 5 | 67 | 53 | 43 |
| Octal | 214 | 361 | 144 | 52 | 0 | 73 | 5 | 147 | 123 | 103 |
| Binary | 10001100 | 11110001 | 1100100 | 101010 | 0 | 111011 | 101 | 1100111 | 1010011 | 1000011 |
Color Harmonies of #8CF164
Complementary color
Monochromatic Colors of #8CF164
Black with #8CF164
Text Example
Text Example
White with #8CF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF164; }
p { color: rgb(140,241,100); }
H1.HeaderClassName
{
color: #8CF164;
}
.AnyTagClassName
{
color: #8CF164;
}
</style>
background-color css
<style>
a { background-color: #8CF164; }
a { background-color: rgb(140,241,100); }
div.DivClassName
{
background-color: #8CF164;
}
.BgClassName
{
background-color: #8CF164;
}
</style>
border-color css
<style>
span { border-color: #8CF164; }
span { border-color: rgb(140,241,100); }
td.TdClassName
{
border-color: #8CF164;
}
.TagClassName
{
border-color: #8CF164;
}
</style>