Html Css Color HEX #86D616 Yellow Green

📋 copy color: '#86D616'

red 134 ◦ green 214 ◦ blue 22

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

Shades of Yellow Green #86D616

Tints of Yellow Green #86D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.84%

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 36.22%
G = 57.84%
B = 5.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#86D616 (or 0x86D616) is known color: Yellow Green. HEX triplet: 86, D6 and 16. RGB value is (134,214,22). Sum of RGB (Red+Green+Blue) = 134+214+22=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #86D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D616 is #7929E9. Grayscale: #A8A8A8. Windows color (decimal): -7940586 or 1496710. OLE color: 1496710.

HSL color Cylindrical-coordinate representation of color #86D616: hue angle of 85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86D616 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 22 -
CMYK 0.37 0 0.90 0.16
HSL 85º 0.81% 0.46% -
HSV(B) 85º 0.9% 0.84% -
XYZ 34.02 53.22 9.24 -
YUV 168.19 45.5 103.61 -
System Red Green Blue C M Y K H S L
Decimal 134 214 22 0.37 0 0.90 0.16 85 0.81 0.46
Hex 86 D6 16 25 0 5A 10 55 51 2E
Octal 206 326 26 45 0 132 20 125 121 56
Binary 10000110 11010110 10110 100101 0 1011010 10000 1010101 1010001 101110

Color Harmonies of #86D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D616

Black with #86D616

Text Example


Text Example

White with #86D616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,22); }

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

background-color css

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

 a { background-color: rgb(134,214,22); }

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

border-color css

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

 span { border-color: rgb(134,214,22); }

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