Html Css Color HEX #87C414 Lima

📋 copy color: '#87C414'

red 135 ◦ green 196 ◦ blue 20

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

Shades of Lima #87C414

Tints of Lima #87C414

RGB

 RED value IS 135 (53.13% from 255) = 38.46%

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 38.46%
G = 55.84%
B = 5.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#87C414 (or 0x87C414) is known color: Lima. HEX triplet: 87, C4 and 14. RGB value is (135,196,20). Sum of RGB (Red+Green+Blue) = 135+196+20=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #87C414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C414 is #783BEB. Grayscale: #9E9E9E. Windows color (decimal): -7879660 or 1361031. OLE color: 1361031.

HSL color Cylindrical-coordinate representation of color #87C414: hue angle of 80.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87C414 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 196 20 -
CMYK 0.31 0 0.90 0.23
HSL 80.8º 0.81% 0.42% -
HSV(B) 80.8º 0.9% 0.77% -
XYZ 29.86 44.68 7.71 -
YUV 157.7 50.29 111.81 -
System Red Green Blue C M Y K H S L
Decimal 135 196 20 0.31 0 0.90 0.23 80.8 0.81 0.42
Hex 87 C4 14 1F 0 5A 17 51 51 2A
Octal 207 304 24 37 0 132 27 121 121 52
Binary 10000111 11000100 10100 11111 0 1011010 10111 1010001 1010001 101010

Color Harmonies of #87C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C414

Black with #87C414

Text Example


Text Example

White with #87C414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87C414; }

 p { color: rgb(135,196,20); }

 H1.HeaderClassName
 {
   color: #87C414;
 }
 .AnyTagClassName
 {
   color: #87C414;
 }
</style>

background-color css

<style>
 a { background-color: #87C414; }

 a { background-color: rgb(135,196,20); }

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

border-color css

<style>
 span { border-color: #87C414; }

 span { border-color: rgb(135,196,20); }

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