#86D130

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

Shades of Yellow Green #86D130

Tints of Yellow Green #86D130

Color information

#86D130 (or 0x86D130) is unknown color: approx Yellow Green. HEX triplet: 86, D1 and 30. RGB value is (134,209,48). Sum of RGB (Red+Green+Blue) = 134+209+48=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #86D130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D130 is #792ECF. Grayscale: #A8A8A8. Windows color (decimal): -7941840 or 3199366. OLE color: 3199366.

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

Color convert

RGB13420948-
CMYK0.3600.770.18
HSL87.95º63.64%50.39%-
HSV(B)87.95º77.03%81.96%-
XYZ33.1750.8810.87-
YUV168.2260.15103.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 209 (82.03% from 255) = 53.45%
BLUE value IS 48 (19.14% from 255) = 12.28%
R=34.27%
G=53.45%
B=12.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134209480.3600.770.1887.9563.6450.39
Hex86D1302404D12584032
Octal206321604401152213010062
Binary1000011011010001110000100100010011011001010110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,209,48); }

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

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

 a { background-color: rgb(134,209,48); }

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

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

 span { border-color: rgb(134,209,48); }

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