Shades of Green Yellow #8CFA2D
Tints of Green Yellow #8CFA2D
RGB
CMYK
RGB Variations
Color information
#8CFA2D (or 0x8CFA2D) is known color: Green Yellow. HEX triplet: 8C, FA and 2D. RGB value is (140,250,45). Sum of RGB (Red+Green+Blue) = 140+250+45=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA2D is #7305D2. Grayscale: #C2C2C2. Windows color (decimal): -7538131 or 3013260. OLE color: 3013260.
HSL color Cylindrical-coordinate representation of color #8CFA2D: hue angle of 92.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CFA2D is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 45 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.02 |
| HSL | 92.2º | 0.95% | 0.58% | - |
| HSV(B) | 92.2º | 0.82% | 0.98% | - |
| XYZ | 45.47 | 74.14 | 14.4 | - |
| YUV | 193.74 | 44.06 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 45 | 0.44 | 0 | 0.82 | 0.02 | 92.2 | 0.95 | 0.58 |
| Hex | 8C | FA | 2D | 2C | 0 | 52 | 2 | 5C | 5F | 3A |
| Octal | 214 | 372 | 55 | 54 | 0 | 122 | 2 | 134 | 137 | 72 |
| Binary | 10001100 | 11111010 | 101101 | 101100 | 0 | 1010010 | 10 | 1011100 | 1011111 | 111010 |
Color Harmonies of #8CFA2D
Complementary color
Monochromatic Colors of #8CFA2D
Black with #8CFA2D
Text Example
Text Example
White with #8CFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA2D; }
p { color: rgb(140,250,45); }
H1.HeaderClassName
{
color: #8CFA2D;
}
.AnyTagClassName
{
color: #8CFA2D;
}
</style>
background-color css
<style>
a { background-color: #8CFA2D; }
a { background-color: rgb(140,250,45); }
div.DivClassName
{
background-color: #8CFA2D;
}
.BgClassName
{
background-color: #8CFA2D;
}
</style>
border-color css
<style>
span { border-color: #8CFA2D; }
span { border-color: rgb(140,250,45); }
td.TdClassName
{
border-color: #8CFA2D;
}
.TagClassName
{
border-color: #8CFA2D;
}
</style>