Html Css Color HEX #86C30E Lima

📋 copy color: '#86C30E'

red 134 ◦ green 195 ◦ blue 14

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

Shades of Lima #86C30E

Tints of Lima #86C30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 39.07%
G = 56.85%
B = 4.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#86C30E (or 0x86C30E) is known color: Lima. HEX triplet: 86, C3 and 0E. RGB value is (134,195,14). Sum of RGB (Red+Green+Blue) = 134+195+14=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #86C30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C30E is #793CF1. Grayscale: #9C9C9C. Windows color (decimal): -7945458 or 967558. OLE color: 967558.

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

Color convert

RGB 134 195 14 -
CMYK 0.31 0 0.93 0.24
HSL 80.22º 0.87% 0.41% -
HSV(B) 80.22º 0.93% 0.76% -
XYZ 29.43 44.13 7.38 -
YUV 156.13 47.79 112.22 -
System Red Green Blue C M Y K H S L
Decimal 134 195 14 0.31 0 0.93 0.24 80.22 0.87 0.41
Hex 86 C3 E 1F 0 5D 18 50 57 29
Octal 206 303 16 37 0 135 30 120 127 51
Binary 10000110 11000011 1110 11111 0 1011101 11000 1010000 1010111 101001

Color Harmonies of #86C30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C30E

Black with #86C30E

Text Example


Text Example

White with #86C30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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