#86d228

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

Shades of Yellow Green #86D228

Tints of Yellow Green #86D228

Color information

#86D228 (or 0x86D228) is unknown color: approx Yellow Green. HEX triplet: 86, D2 and 28. RGB value is (134,210,40). Sum of RGB (Red+Green+Blue) = 134+210+40=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #86D228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D228 is #792DD7. Grayscale: #A8A8A8. Windows color (decimal): -7941592 or 2675334. OLE color: 2675334.

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

Color convert

RGB13421040-
CMYK0.3600.810.18
HSL86.82º68%49.02%-
HSV(B)86.82º80.95%82.35%-
XYZ33.2651.3110.16-
YUV167.955.82103.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 210 (82.42% from 255) = 54.69%
BLUE value IS 40 (16.02% from 255) = 10.42%
R=34.90%
G=54.69%
B=10.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134210400.3600.810.1886.826849.02
Hex86D2282405112574431
Octal206322504401212212710461
Binary1000011011010010101000100100010100011001010101111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86d228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,210,40); }

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

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

 a { background-color: rgb(134,210,40); }

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

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

 span { border-color: rgb(134,210,40); }

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