Html Css Color HEX #87C214 Lima

📋 copy color: '#87C214'

red 135 ◦ green 194 ◦ blue 20

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

Shades of Lima #87C214

Tints of Lima #87C214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

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

R = 38.68%
G = 55.59%
B = 5.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#87C214 (or 0x87C214) is known color: Lima. HEX triplet: 87, C2 and 14. RGB value is (135,194,20). Sum of RGB (Red+Green+Blue) = 135+194+20=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #87C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C214 is #783DEB. Grayscale: #9D9D9D. Windows color (decimal): -7880172 or 1360519. OLE color: 1360519.

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

Color convert

RGB 135 194 20 -
CMYK 0.30 0 0.90 0.24
HSL 80.34º 0.81% 0.42% -
HSV(B) 80.34º 0.9% 0.76% -
XYZ 29.41 43.78 7.56 -
YUV 156.52 50.95 112.65 -
System Red Green Blue C M Y K H S L
Decimal 135 194 20 0.30 0 0.90 0.24 80.34 0.81 0.42
Hex 87 C2 14 1E 0 5A 18 50 51 2A
Octal 207 302 24 36 0 132 30 120 121 52
Binary 10000111 11000010 10100 11110 0 1011010 11000 1010000 1010001 101010

Color Harmonies of #87C214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C214

Black with #87C214

Text Example


Text Example

White with #87C214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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