Shades of Yellow Green #8CDD1B
Tints of Yellow Green #8CDD1B
RGB
CMYK
RGB Variations
Color information
#8CDD1B (or 0x8CDD1B) is known color: Yellow Green. HEX triplet: 8C, DD and 1B. RGB value is (140,221,27). Sum of RGB (Red+Green+Blue) = 140+221+27=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD1B is #7322E4. Grayscale: #AFAFAF. Windows color (decimal): -7545573 or 1826188. OLE color: 1826188.
HSL color Cylindrical-coordinate representation of color #8CDD1B: hue angle of 85.05º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CDD1B is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 27 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.13 |
| HSL | 85.05º | 0.78% | 0.49% | - |
| HSV(B) | 85.05º | 0.88% | 0.87% | - |
| XYZ | 36.87 | 57.37 | 10.17 | - |
| YUV | 174.67 | 44.66 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 27 | 0.37 | 0 | 0.88 | 0.13 | 85.05 | 0.78 | 0.49 |
| Hex | 8C | DD | 1B | 25 | 0 | 58 | D | 55 | 4E | 31 |
| Octal | 214 | 335 | 33 | 45 | 0 | 130 | 15 | 125 | 116 | 61 |
| Binary | 10001100 | 11011101 | 11011 | 100101 | 0 | 1011000 | 1101 | 1010101 | 1001110 | 110001 |
Color Harmonies of #8CDD1B
Complementary color
Monochromatic Colors of #8CDD1B
Black with #8CDD1B
Text Example
Text Example
White with #8CDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD1B; }
p { color: rgb(140,221,27); }
H1.HeaderClassName
{
color: #8CDD1B;
}
.AnyTagClassName
{
color: #8CDD1B;
}
</style>
background-color css
<style>
a { background-color: #8CDD1B; }
a { background-color: rgb(140,221,27); }
div.DivClassName
{
background-color: #8CDD1B;
}
.BgClassName
{
background-color: #8CDD1B;
}
</style>
border-color css
<style>
span { border-color: #8CDD1B; }
span { border-color: rgb(140,221,27); }
td.TdClassName
{
border-color: #8CDD1B;
}
.TagClassName
{
border-color: #8CDD1B;
}
</style>