Html Css Color HEX #86D714 Yellow Green

📋 copy color: '#86D714'

red 134 ◦ green 215 ◦ blue 20

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

Shades of Yellow Green #86D714

Tints of Yellow Green #86D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.27%

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

R = 36.31%
G = 58.27%
B = 5.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#86D714 (or 0x86D714) is known color: Yellow Green. HEX triplet: 86, D7 and 14. RGB value is (134,215,20). Sum of RGB (Red+Green+Blue) = 134+215+20=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #86D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D714 is #7928EB. Grayscale: #A9A9A9. Windows color (decimal): -7940332 or 1365894. OLE color: 1365894.

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

Color convert

RGB 134 215 20 -
CMYK 0.38 0 0.91 0.16
HSL 84.92º 0.83% 0.46% -
HSV(B) 84.92º 0.91% 0.84% -
XYZ 34.26 53.72 9.23 -
YUV 168.55 44.16 103.36 -
System Red Green Blue C M Y K H S L
Decimal 134 215 20 0.38 0 0.91 0.16 84.92 0.83 0.46
Hex 86 D7 14 26 0 5B 10 55 53 2E
Octal 206 327 24 46 0 133 20 125 123 56
Binary 10000110 11010111 10100 100110 0 1011011 10000 1010101 1010011 101110

Color Harmonies of #86D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D714

Black with #86D714

Text Example


Text Example

White with #86D714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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