Html Css Color HEX #86C51F Lima

📋 copy color: '#86C51F'

red 134 ◦ green 197 ◦ blue 31

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

Shades of Lima #86C51F

Tints of Lima #86C51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 37.02%
G = 54.42%
B = 8.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#86C51F (or 0x86C51F) is known color: Lima. HEX triplet: 86, C5 and 1F. RGB value is (134,197,31). Sum of RGB (Red+Green+Blue) = 134+197+31=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #86C51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C51F is #793AE0. Grayscale: #9F9F9F. Windows color (decimal): -7944929 or 2082182. OLE color: 2082182.

HSL color Cylindrical-coordinate representation of color #86C51F: hue angle of 82.77º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86C51F is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 197 31 -
CMYK 0.32 0 0.84 0.23
HSL 82.77º 0.73% 0.45% -
HSV(B) 82.77º 0.84% 0.77% -
XYZ 30.05 45.1 8.42 -
YUV 159.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 134 197 31 0.32 0 0.84 0.23 82.77 0.73 0.45
Hex 86 C5 1F 20 0 54 17 53 49 2D
Octal 206 305 37 40 0 124 27 123 111 55
Binary 10000110 11000101 11111 100000 0 1010100 10111 1010011 1001001 101101

Color Harmonies of #86C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C51F

Black with #86C51F

Text Example


Text Example

White with #86C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,197,31); }

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

background-color css

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

 a { background-color: rgb(134,197,31); }

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

border-color css

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

 span { border-color: rgb(134,197,31); }

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