Html Css Color HEX #86C31D Lima

📋 copy color: '#86C31D'

red 134 ◦ green 195 ◦ blue 29

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

Shades of Lima #86C31D

Tints of Lima #86C31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

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

R = 37.43%
G = 54.47%
B = 8.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#86C31D (or 0x86C31D) is known color: Lima. HEX triplet: 86, C3 and 1D. RGB value is (134,195,29). Sum of RGB (Red+Green+Blue) = 134+195+29=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #86C31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C31D is #793CE2. Grayscale: #9E9E9E. Windows color (decimal): -7945443 or 1950598. OLE color: 1950598.

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

Color convert

RGB 134 195 29 -
CMYK 0.31 0 0.85 0.24
HSL 82.05º 0.74% 0.44% -
HSV(B) 82.05º 0.85% 0.76% -
XYZ 29.57 44.19 8.13 -
YUV 157.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 134 195 29 0.31 0 0.85 0.24 82.05 0.74 0.44
Hex 86 C3 1D 1F 0 55 18 52 4A 2C
Octal 206 303 35 37 0 125 30 122 112 54
Binary 10000110 11000011 11101 11111 0 1010101 11000 1010010 1001010 101100

Color Harmonies of #86C31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C31D

Black with #86C31D

Text Example


Text Example

White with #86C31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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