#86D21F

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

Shades of Yellow Green #86D21F

Tints of Yellow Green #86D21F

Color information

#86D21F (or 0x86D21F) is unknown color: approx Yellow Green. HEX triplet: 86, D2 and 1F. RGB value is (134,210,31). Sum of RGB (Red+Green+Blue) = 134+210+31=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #86D21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D21F is #792DE0. Grayscale: #A7A7A7. Windows color (decimal): -7941601 or 2085510. OLE color: 2085510.

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

Color convert

RGB13421031-
CMYK0.3600.850.18
HSL85.47º74.27%47.25%-
HSV(B)85.47º85.24%82.35%-
XYZ33.1351.269.44-
YUV166.8751.32104.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 31 (12.5% from 255) = 8.27%
R=35.73%
G=56%
B=8.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134210310.3600.850.1885.4774.2747.25
Hex86D21F2405512554a2f
Octal206322374401252212511257
Binary100001101101001011111100100010101011001010101011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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