Html Css Color HEX #86D914 Yellow Green

📋 copy color: '#86D914'

red 134 ◦ green 217 ◦ blue 20

#86D914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #86D914

Tints of Yellow Green #86D914

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

 GREEN value IS 217 (85.16% from 255) = 58.49%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 36.12%
G = 58.49%
B = 5.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#86D914 (or 0x86D914) is known color: Yellow Green. HEX triplet: 86, D9 and 14. RGB value is (134,217,20). Sum of RGB (Red+Green+Blue) = 134+217+20=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #86D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D914 is #7926EB. Grayscale: #AAAAAA. Windows color (decimal): -7939820 or 1366406. OLE color: 1366406.

HSL color Cylindrical-coordinate representation of color #86D914: hue angle of 85.28º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86D914 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 20 -
CMYK 0.38 0 0.91 0.15
HSL 85.28º 0.83% 0.46% -
HSV(B) 85.28º 0.91% 0.85% -
XYZ 34.77 54.74 9.4 -
YUV 169.73 43.5 102.52 -
System Red Green Blue C M Y K H S L
Decimal 134 217 20 0.38 0 0.91 0.15 85.28 0.83 0.46
Hex 86 D9 14 26 0 5B F 55 53 2E
Octal 206 331 24 46 0 133 17 125 123 56
Binary 10000110 11011001 10100 100110 0 1011011 1111 1010101 1010011 101110

Color Harmonies of #86D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D914

Black with #86D914

Text Example


Text Example

White with #86D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,20); }

 H1.HeaderClassName
 {
   color: #86D914;
 }
 .AnyTagClassName
 {
   color: #86D914;
 }
</style>

background-color css

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

 a { background-color: rgb(134,217,20); }

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

border-color css

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

 span { border-color: rgb(134,217,20); }

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