Html Css Color HEX #86DB14 Yellow Green

📋 copy color: '#86DB14'

red 134 ◦ green 219 ◦ blue 20

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

Shades of Yellow Green #86DB14

Tints of Yellow Green #86DB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.71%

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

R = 35.92%
G = 58.71%
B = 5.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#86DB14 (or 0x86DB14) is known color: Yellow Green. HEX triplet: 86, DB and 14. RGB value is (134,219,20). Sum of RGB (Red+Green+Blue) = 134+219+20=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DB14 is #7924EB. Grayscale: #ABABAB. Windows color (decimal): -7939308 or 1366918. OLE color: 1366918.

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

Color convert

RGB 134 219 20 -
CMYK 0.39 0 0.91 0.14
HSL 85.63º 0.83% 0.47% -
HSV(B) 85.63º 0.91% 0.86% -
XYZ 35.29 55.78 9.57 -
YUV 170.9 42.84 101.68 -
System Red Green Blue C M Y K H S L
Decimal 134 219 20 0.39 0 0.91 0.14 85.63 0.83 0.47
Hex 86 DB 14 27 0 5B E 56 53 2F
Octal 206 333 24 47 0 133 16 126 123 57
Binary 10000110 11011011 10100 100111 0 1011011 1110 1010110 1010011 101111

Color Harmonies of #86DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB14

Black with #86DB14

Text Example


Text Example

White with #86DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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