Html Css Color HEX #86DC19 Yellow Green

📋 copy color: '#86DC19'

red 134 ◦ green 220 ◦ blue 25

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

Shades of Yellow Green #86DC19

Tints of Yellow Green #86DC19

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.05%

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 35.36%
G = 58.05%
B = 6.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#86DC19 (or 0x86DC19) is known color: Yellow Green. HEX triplet: 86, DC and 19. RGB value is (134,220,25). Sum of RGB (Red+Green+Blue) = 134+220+25=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DC19 is #7923E6. Grayscale: #ACACAC. Windows color (decimal): -7939047 or 1694854. OLE color: 1694854.

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

Color convert

RGB 134 220 25 -
CMYK 0.39 0 0.89 0.14
HSL 86.46º 0.8% 0.48% -
HSV(B) 86.46º 0.89% 0.86% -
XYZ 35.6 56.32 9.92 -
YUV 172.06 45.01 100.86 -
System Red Green Blue C M Y K H S L
Decimal 134 220 25 0.39 0 0.89 0.14 86.46 0.8 0.48
Hex 86 DC 19 27 0 59 E 56 50 30
Octal 206 334 31 47 0 131 16 126 120 60
Binary 10000110 11011100 11001 100111 0 1011001 1110 1010110 1010000 110000

Color Harmonies of #86DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC19

Black with #86DC19

Text Example


Text Example

White with #86DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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