Html Css Color HEX #87C314 Lima

📋 copy color: '#87C314'

red 135 ◦ green 195 ◦ blue 20

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

Shades of Lima #87C314

Tints of Lima #87C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

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

R = 38.57%
G = 55.71%
B = 5.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#87C314 (or 0x87C314) is known color: Lima. HEX triplet: 87, C3 and 14. RGB value is (135,195,20). Sum of RGB (Red+Green+Blue) = 135+195+20=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #87C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C314 is #783CEB. Grayscale: #9D9D9D. Windows color (decimal): -7879916 or 1360775. OLE color: 1360775.

HSL color Cylindrical-coordinate representation of color #87C314: hue angle of 80.57º 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 #87C314 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 195 20 -
CMYK 0.31 0 0.90 0.24
HSL 80.57º 0.81% 0.42% -
HSV(B) 80.57º 0.9% 0.76% -
XYZ 29.63 44.23 7.64 -
YUV 157.11 50.62 112.23 -
System Red Green Blue C M Y K H S L
Decimal 135 195 20 0.31 0 0.90 0.24 80.57 0.81 0.42
Hex 87 C3 14 1F 0 5A 18 51 51 2A
Octal 207 303 24 37 0 132 30 121 121 52
Binary 10000111 11000011 10100 11111 0 1011010 11000 1010001 1010001 101010

Color Harmonies of #87C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C314

Black with #87C314

Text Example


Text Example

White with #87C314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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