Html Css Color HEX #86C21F Lima

📋 copy color: '#86C21F'

red 134 ◦ green 194 ◦ blue 31

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

Shades of Lima #86C21F

Tints of Lima #86C21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.04%

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

R = 37.33%
G = 54.04%
B = 8.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#86C21F (or 0x86C21F) is known color: Lima. HEX triplet: 86, C2 and 1F. RGB value is (134,194,31). Sum of RGB (Red+Green+Blue) = 134+194+31=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #86C21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C21F is #793DE0. Grayscale: #9E9E9E. Windows color (decimal): -7945697 or 2081414. OLE color: 2081414.

HSL color Cylindrical-coordinate representation of color #86C21F: hue angle of 82.09º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86C21F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 31 -
CMYK 0.31 0 0.84 0.24
HSL 82.09º 0.72% 0.44% -
HSV(B) 82.09º 0.84% 0.76% -
XYZ 29.37 43.75 8.19 -
YUV 157.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 134 194 31 0.31 0 0.84 0.24 82.09 0.72 0.44
Hex 86 C2 1F 1F 0 54 18 52 48 2C
Octal 206 302 37 37 0 124 30 122 110 54
Binary 10000110 11000010 11111 11111 0 1010100 11000 1010010 1001000 101100

Color Harmonies of #86C21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C21F

Black with #86C21F

Text Example


Text Example

White with #86C21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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