Html Css Color HEX #86C61D Lima

📋 copy color: '#86C61D'

red 134 ◦ green 198 ◦ blue 29

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

Shades of Lima #86C61D

Tints of Lima #86C61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 37.12%
G = 54.85%
B = 8.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#86C61D (or 0x86C61D) is known color: Lima. HEX triplet: 86, C6 and 1D. RGB value is (134,198,29). Sum of RGB (Red+Green+Blue) = 134+198+29=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #86C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C61D is #7939E2. Grayscale: #A0A0A0. Windows color (decimal): -7944675 or 1951366. OLE color: 1951366.

HSL color Cylindrical-coordinate representation of color #86C61D: hue angle of 82.72º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86C61D is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 29 -
CMYK 0.32 0 0.85 0.22
HSL 82.72º 0.74% 0.45% -
HSV(B) 82.72º 0.85% 0.78% -
XYZ 30.25 45.55 8.36 -
YUV 159.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 134 198 29 0.32 0 0.85 0.22 82.72 0.74 0.45
Hex 86 C6 1D 20 0 55 16 53 4A 2D
Octal 206 306 35 40 0 125 26 123 112 55
Binary 10000110 11000110 11101 100000 0 1010101 10110 1010011 1001010 101101

Color Harmonies of #86C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C61D

Black with #86C61D

Text Example


Text Example

White with #86C61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,198,29); }

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

background-color css

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

 a { background-color: rgb(134,198,29); }

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

border-color css

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

 span { border-color: rgb(134,198,29); }

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