#8cdd1e

Color #8CDD1E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8CDD1E

Tints of Yellow Green #8CDD1E

Color information

#8CDD1E (or 0x8CDD1E) is unknown color: approx Yellow Green. HEX triplet: 8C, DD and 1E. RGB value is (140,221,30). Sum of RGB (Red+Green+Blue) = 140+221+30=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD1E is #7322E1. Grayscale: #AFAFAF. Windows color (decimal): -7545570 or 2022796. OLE color: 2022796.

HSL color Cylindrical-coordinate representation of color #8CDD1E: hue angle of 85.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CDD1E is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB14022130-
CMYK0.3700.860.13
HSL85.45º76.1%49.22%-
HSV(B)85.45º86.43%86.67%-
XYZ36.9157.3810.36-
YUV175.0146.16103.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 30 (12.11% from 255) = 7.67%
R=35.81%
G=56.52%
B=7.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221300.3700.860.1385.4576.149.22
Hex8CDD1E25056D554c31
Octal214335364501261512511461
Binary10001100110111011111010010101010110110110101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cdd1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8cdd1e; }

 p { color: rgb(140,221,30); }

 H1.HeaderClassName
 {
   color: #8cdd1e;
 }
 .AnyTagClassName
 {
   color: #8cdd1e;
 }
</style>
background-color css

<style>
 a { background-color: #8cdd1e; }

 a { background-color: rgb(140,221,30); }

 div.DivClassName
 {
   background-color: #8cdd1e;
 }
 .BgClassName
 {
   background-color: #8cdd1e;
 }
</style>
border-color css

<style>
 span { border-color: #8cdd1e; }

 span { border-color: rgb(140,221,30); }

 td.TdClassName
 {
   border-color: #8cdd1e;
 }
 .TagClassName
 {
   border-color: #8cdd1e;
 }
</style>