Html Css Color HEX #86C617 Lima

📋 copy color: '#86C617'

red 134 ◦ green 198 ◦ blue 23

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

Shades of Lima #86C617

Tints of Lima #86C617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.48%

R = 37.75%
G = 55.77%
B = 6.48%

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

#86C617 (or 0x86C617) is known color: Lima. HEX triplet: 86, C6 and 17. RGB value is (134,198,23). Sum of RGB (Red+Green+Blue) = 134+198+23=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #86C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C617 is #7939E8. Grayscale: #9F9F9F. Windows color (decimal): -7944681 or 1558150. OLE color: 1558150.

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

Color convert

RGB 134 198 23 -
CMYK 0.32 0 0.88 0.22
HSL 81.94º 0.79% 0.43% -
HSV(B) 81.94º 0.88% 0.78% -
XYZ 30.18 45.52 8.01 -
YUV 158.91 51.3 110.23 -
System Red Green Blue C M Y K H S L
Decimal 134 198 23 0.32 0 0.88 0.22 81.94 0.79 0.43
Hex 86 C6 17 20 0 58 16 52 4F 2B
Octal 206 306 27 40 0 130 26 122 117 53
Binary 10000110 11000110 10111 100000 0 1011000 10110 1010010 1001111 101011

Color Harmonies of #86C617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C617

Black with #86C617

Text Example


Text Example

White with #86C617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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