#86DD1E

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

Shades of Yellow Green #86DD1E

Tints of Yellow Green #86DD1E

Color information

#86DD1E (or 0x86DD1E) is unknown color: approx Yellow Green. HEX triplet: 86, DD and 1E. RGB value is (134,221,30). Sum of RGB (Red+Green+Blue) = 134+221+30=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD1E is #7922E1. Grayscale: #ADADAD. Windows color (decimal): -7938786 or 2022790. OLE color: 2022790.

HSL color Cylindrical-coordinate representation of color #86DD1E: hue angle of 87.33º 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 #86DD1E is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB13422130-
CMYK0.3900.860.13
HSL87.33º76.1%49.22%-
HSV(B)87.33º86.43%86.67%-
XYZ35.9256.8710.31-
YUV173.2147.18100.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 221 (86.72% from 255) = 57.40%
BLUE value IS 30 (12.11% from 255) = 7.79%
R=34.81%
G=57.40%
B=7.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221300.3900.860.1387.3376.149.22
Hex86DD1E27056D574c31
Octal206335364701261512711461
Binary10000110110111011111010011101010110110110101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DD1E; }

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

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

<style>
 a { background-color: #86DD1E; }

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

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

<style>
 span { border-color: #86DD1E; }

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

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