#86e12d

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

Shades of Yellow Green #86E12D

Tints of Yellow Green #86E12D

Color information

#86E12D (or 0x86E12D) is unknown color: approx Yellow Green. HEX triplet: 86, E1 and 2D. RGB value is (134,225,45). Sum of RGB (Red+Green+Blue) = 134+225+45=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #86E12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E12D is #791ED2. Grayscale: #B1B1B1. Windows color (decimal): -7937747 or 3006854. OLE color: 3006854.

HSL color Cylindrical-coordinate representation of color #86E12D: hue angle of 90.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86E12D is Cyan = 0.40, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB13422545-
CMYK0.4000.80.12
HSL90.33º75%52.94%-
HSV(B)90.33º80%88.24%-
XYZ37.2359.1111.93-
YUV177.2753.3597.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 225 (88.28% from 255) = 55.69%
BLUE value IS 45 (17.97% from 255) = 11.14%
R=33.17%
G=55.69%
B=11.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134225450.4000.80.1290.337552.94
Hex86E12D28050C5a4b35
Octal206341555001201413211365
Binary100001101110000110110110100001010000110010110101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,45); }

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

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

 a { background-color: rgb(134,225,45); }

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

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

 span { border-color: rgb(134,225,45); }

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