#86DC27

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

Shades of Yellow Green #86DC27

Tints of Yellow Green #86DC27

Color information

#86DC27 (or 0x86DC27) is unknown color: approx Yellow Green. HEX triplet: 86, DC and 27. RGB value is (134,220,39). Sum of RGB (Red+Green+Blue) = 134+220+39=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DC27 is #7923D8. Grayscale: #AEAEAE. Windows color (decimal): -7939033 or 2612358. OLE color: 2612358.

HSL color Cylindrical-coordinate representation of color #86DC27: hue angle of 88.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86DC27 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB13422039-
CMYK0.3900.820.14
HSL88.51º72.11%50.78%-
HSV(B)88.51º82.27%86.27%-
XYZ35.7956.410.92-
YUV173.6552.0199.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 220 (86.33% from 255) = 55.98%
BLUE value IS 39 (15.62% from 255) = 9.92%
R=34.10%
G=55.98%
B=9.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134220390.3900.820.1488.5172.1150.78
Hex86DC2727052E594833
Octal206334474701221613111063
Binary100001101101110010011110011101010010111010110011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,39); }

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

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

 a { background-color: rgb(134,220,39); }

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

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

 span { border-color: rgb(134,220,39); }

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