Shades of Yellow Green #8CCC1F
Tints of Yellow Green #8CCC1F
RGB
CMYK
RGB Variations
Color information
#8CCC1F (or 0x8CCC1F) is known color: Yellow Green. HEX triplet: 8C, CC and 1F. RGB value is (140,204,31). Sum of RGB (Red+Green+Blue) = 140+204+31=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC1F is #7333E0. Grayscale: #A5A5A5. Windows color (decimal): -7549921 or 2083980. OLE color: 2083980.
HSL color Cylindrical-coordinate representation of color #8CCC1F: hue angle of 82.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CCC1F is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 31 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.2 |
| HSL | 82.2º | 0.74% | 0.46% | - |
| HSV(B) | 82.2º | 0.85% | 0.8% | - |
| XYZ | 32.66 | 48.86 | 9.01 | - |
| YUV | 165.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 31 | 0.31 | 0 | 0.85 | 0.2 | 82.2 | 0.74 | 0.46 |
| Hex | 8C | CC | 1F | 1F | 0 | 55 | 14 | 52 | 4A | 2E |
| Octal | 214 | 314 | 37 | 37 | 0 | 125 | 24 | 122 | 112 | 56 |
| Binary | 10001100 | 11001100 | 11111 | 11111 | 0 | 1010101 | 10100 | 1010010 | 1001010 | 101110 |
Color Harmonies of #8CCC1F
Complementary color
Monochromatic Colors of #8CCC1F
Black with #8CCC1F
Text Example
Text Example
White with #8CCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC1F; }
p { color: rgb(140,204,31); }
H1.HeaderClassName
{
color: #8CCC1F;
}
.AnyTagClassName
{
color: #8CCC1F;
}
</style>
background-color css
<style>
a { background-color: #8CCC1F; }
a { background-color: rgb(140,204,31); }
div.DivClassName
{
background-color: #8CCC1F;
}
.BgClassName
{
background-color: #8CCC1F;
}
</style>
border-color css
<style>
span { border-color: #8CCC1F; }
span { border-color: rgb(140,204,31); }
td.TdClassName
{
border-color: #8CCC1F;
}
.TagClassName
{
border-color: #8CCC1F;
}
</style>