Html Css Color HEX #87BD14 Lima

📋 copy color: '#87BD14'

red 135 ◦ green 189 ◦ blue 20

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

Shades of Lima #87BD14

Tints of Lima #87BD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.94%

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

R = 39.24%
G = 54.94%
B = 5.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#87BD14 (or 0x87BD14) is known color: Lima. HEX triplet: 87, BD and 14. RGB value is (135,189,20). Sum of RGB (Red+Green+Blue) = 135+189+20=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BD14 is #7842EB. Grayscale: #9A9A9A. Windows color (decimal): -7881452 or 1359239. OLE color: 1359239.

HSL color Cylindrical-coordinate representation of color #87BD14: hue angle of 79.17º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87BD14 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 189 20 -
CMYK 0.29 0 0.89 0.26
HSL 79.17º 0.81% 0.41% -
HSV(B) 79.17º 0.89% 0.74% -
XYZ 28.32 41.6 7.2 -
YUV 153.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 135 189 20 0.29 0 0.89 0.26 79.17 0.81 0.41
Hex 87 BD 14 1D 0 59 1A 4F 51 29
Octal 207 275 24 35 0 131 32 117 121 51
Binary 10000111 10111101 10100 11101 0 1011001 11010 1001111 1010001 101001

Color Harmonies of #87BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87BD14

Black with #87BD14

Text Example


Text Example

White with #87BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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