#86d01d

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

Shades of Yellow Green #86D01D

Tints of Yellow Green #86D01D

Color information

#86D01D (or 0x86D01D) is unknown color: approx Yellow Green. HEX triplet: 86, D0 and 1D. RGB value is (134,208,29). Sum of RGB (Red+Green+Blue) = 134+208+29=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #86D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D01D is #792FE2. Grayscale: #A6A6A6. Windows color (decimal): -7942115 or 1953926. OLE color: 1953926.

HSL color Cylindrical-coordinate representation of color #86D01D: hue angle of 84.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86D01D is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB13420829-
CMYK0.3600.860.18
HSL84.8º75.53%46.47%-
HSV(B)84.8º86.06%81.57%-
XYZ32.6150.279.15-
YUV165.4750.98105.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 29 (11.72% from 255) = 7.82%
R=36.12%
G=56.06%
B=7.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134208290.3600.860.1884.875.5346.47
Hex86D01D2405612554c2e
Octal206320354401262212511456
Binary100001101101000011101100100010101101001010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86d01d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,29); }

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

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

 a { background-color: rgb(134,208,29); }

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

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

 span { border-color: rgb(134,208,29); }

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