Shades of Yellow Green #8CCF1C
Tints of Yellow Green #8CCF1C
RGB
CMYK
RGB Variations
Color information
#8CCF1C (or 0x8CCF1C) is known color: Yellow Green. HEX triplet: 8C, CF and 1C. RGB value is (140,207,28). Sum of RGB (Red+Green+Blue) = 140+207+28=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCF1C is #7330E3. Grayscale: #A7A7A7. Windows color (decimal): -7549156 or 1888140. OLE color: 1888140.
HSL color Cylindrical-coordinate representation of color #8CCF1C: hue angle of 82.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CCF1C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 28 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.19 |
| HSL | 82.46º | 0.76% | 0.46% | - |
| HSV(B) | 82.46º | 0.86% | 0.81% | - |
| XYZ | 33.34 | 50.28 | 9.05 | - |
| YUV | 166.56 | 49.8 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 28 | 0.32 | 0 | 0.86 | 0.19 | 82.46 | 0.76 | 0.46 |
| Hex | 8C | CF | 1C | 20 | 0 | 56 | 13 | 52 | 4C | 2E |
| Octal | 214 | 317 | 34 | 40 | 0 | 126 | 23 | 122 | 114 | 56 |
| Binary | 10001100 | 11001111 | 11100 | 100000 | 0 | 1010110 | 10011 | 1010010 | 1001100 | 101110 |
Color Harmonies of #8CCF1C
Complementary color
Monochromatic Colors of #8CCF1C
Black with #8CCF1C
Text Example
Text Example
White with #8CCF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF1C; }
p { color: rgb(140,207,28); }
H1.HeaderClassName
{
color: #8CCF1C;
}
.AnyTagClassName
{
color: #8CCF1C;
}
</style>
background-color css
<style>
a { background-color: #8CCF1C; }
a { background-color: rgb(140,207,28); }
div.DivClassName
{
background-color: #8CCF1C;
}
.BgClassName
{
background-color: #8CCF1C;
}
</style>
border-color css
<style>
span { border-color: #8CCF1C; }
span { border-color: rgb(140,207,28); }
td.TdClassName
{
border-color: #8CCF1C;
}
.TagClassName
{
border-color: #8CCF1C;
}
</style>