Shades of Pastel Green #8CF165
Tints of Pastel Green #8CF165
RGB
CMYK
RGB Variations
Color information
#8CF165 (or 0x8CF165) is known color: Pastel Green. HEX triplet: 8C, F1 and 65. RGB value is (140,241,101). Sum of RGB (Red+Green+Blue) = 140+241+101=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF165 is #730E9A. Grayscale: #C3C3C3. Windows color (decimal): -7540379 or 6680972. OLE color: 6680972.
HSL color Cylindrical-coordinate representation of color #8CF165: hue angle of 103.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CF165 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 101 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.05 |
| HSL | 103.29º | 0.83% | 0.67% | - |
| HSV(B) | 103.29º | 0.58% | 0.95% | - |
| XYZ | 44.62 | 69.43 | 23.36 | - |
| YUV | 194.84 | 75.04 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 101 | 0.42 | 0 | 0.58 | 0.05 | 103.29 | 0.83 | 0.67 |
| Hex | 8C | F1 | 65 | 2A | 0 | 3A | 5 | 67 | 53 | 43 |
| Octal | 214 | 361 | 145 | 52 | 0 | 72 | 5 | 147 | 123 | 103 |
| Binary | 10001100 | 11110001 | 1100101 | 101010 | 0 | 111010 | 101 | 1100111 | 1010011 | 1000011 |
Color Harmonies of #8CF165
Complementary color
Monochromatic Colors of #8CF165
Black with #8CF165
Text Example
Text Example
White with #8CF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF165; }
p { color: rgb(140,241,101); }
H1.HeaderClassName
{
color: #8CF165;
}
.AnyTagClassName
{
color: #8CF165;
}
</style>
background-color css
<style>
a { background-color: #8CF165; }
a { background-color: rgb(140,241,101); }
div.DivClassName
{
background-color: #8CF165;
}
.BgClassName
{
background-color: #8CF165;
}
</style>
border-color css
<style>
span { border-color: #8CF165; }
span { border-color: rgb(140,241,101); }
td.TdClassName
{
border-color: #8CF165;
}
.TagClassName
{
border-color: #8CF165;
}
</style>