#86CE1D

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

Shades of Yellow Green #86CE1D

Tints of Yellow Green #86CE1D

Color information

#86CE1D (or 0x86CE1D) is unknown color: approx Yellow Green. HEX triplet: 86, CE and 1D. RGB value is (134,206,29). Sum of RGB (Red+Green+Blue) = 134+206+29=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE1D is #7931E2. Grayscale: #A4A4A4. Windows color (decimal): -7942627 or 1953414. OLE color: 1953414.

HSL color Cylindrical-coordinate representation of color #86CE1D: hue angle of 84.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86CE1D is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB13420629-
CMYK0.3500.860.19
HSL84.41º75.32%46.08%-
HSV(B)84.41º85.92%80.78%-
XYZ32.1249.38.99-
YUV164.2951.65106.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 206 (80.86% from 255) = 55.83%
BLUE value IS 29 (11.72% from 255) = 7.86%
R=36.31%
G=55.83%
B=7.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206290.3500.860.1984.4175.3246.08
Hex86CE1D2305613544b2e
Octal206316354301262312411356
Binary100001101100111011101100011010101101001110101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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