Html Css Color HEX #86C618 Lima

📋 copy color: '#86C618'

red 134 ◦ green 198 ◦ blue 24

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

Shades of Lima #86C618

Tints of Lima #86C618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 37.64%
G = 55.62%
B = 6.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#86C618 (or 0x86C618) is known color: Lima. HEX triplet: 86, C6 and 18. RGB value is (134,198,24). Sum of RGB (Red+Green+Blue) = 134+198+24=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #86C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C618 is #7939E7. Grayscale: #9F9F9F. Windows color (decimal): -7944680 or 1623686. OLE color: 1623686.

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

Color convert

RGB 134 198 24 -
CMYK 0.32 0 0.88 0.22
HSL 82.07º 0.78% 0.44% -
HSV(B) 82.07º 0.88% 0.78% -
XYZ 30.19 45.52 8.06 -
YUV 159.03 51.8 110.15 -
System Red Green Blue C M Y K H S L
Decimal 134 198 24 0.32 0 0.88 0.22 82.07 0.78 0.44
Hex 86 C6 18 20 0 58 16 52 4E 2C
Octal 206 306 30 40 0 130 26 122 116 54
Binary 10000110 11000110 11000 100000 0 1011000 10110 1010010 1001110 101100

Color Harmonies of #86C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C618

Black with #86C618

Text Example


Text Example

White with #86C618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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