Shades of Green Yellow #8CF13C
Tints of Green Yellow #8CF13C
RGB
CMYK
RGB Variations
Color information
#8CF13C (or 0x8CF13C) is known color: Green Yellow. HEX triplet: 8C, F1 and 3C. RGB value is (140,241,60). Sum of RGB (Red+Green+Blue) = 140+241+60=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF13C is #730EC3. Grayscale: #BEBEBE. Windows color (decimal): -7540420 or 3993996. OLE color: 3993996.
HSL color Cylindrical-coordinate representation of color #8CF13C: hue angle of 93.48º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CF13C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 60 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.05 |
| HSL | 93.48º | 0.87% | 0.59% | - |
| HSV(B) | 93.48º | 0.75% | 0.95% | - |
| XYZ | 43.09 | 68.81 | 15.29 | - |
| YUV | 190.17 | 54.54 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 60 | 0.42 | 0 | 0.75 | 0.05 | 93.48 | 0.87 | 0.59 |
| Hex | 8C | F1 | 3C | 2A | 0 | 4B | 5 | 5D | 57 | 3B |
| Octal | 214 | 361 | 74 | 52 | 0 | 113 | 5 | 135 | 127 | 73 |
| Binary | 10001100 | 11110001 | 111100 | 101010 | 0 | 1001011 | 101 | 1011101 | 1010111 | 111011 |
Color Harmonies of #8CF13C
Complementary color
Monochromatic Colors of #8CF13C
Black with #8CF13C
Text Example
Text Example
White with #8CF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF13C; }
p { color: rgb(140,241,60); }
H1.HeaderClassName
{
color: #8CF13C;
}
.AnyTagClassName
{
color: #8CF13C;
}
</style>
background-color css
<style>
a { background-color: #8CF13C; }
a { background-color: rgb(140,241,60); }
div.DivClassName
{
background-color: #8CF13C;
}
.BgClassName
{
background-color: #8CF13C;
}
</style>
border-color css
<style>
span { border-color: #8CF13C; }
span { border-color: rgb(140,241,60); }
td.TdClassName
{
border-color: #8CF13C;
}
.TagClassName
{
border-color: #8CF13C;
}
</style>