Html Css Color HEX #87C514 Lima

📋 copy color: '#87C514'

red 135 ◦ green 197 ◦ blue 20

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

Shades of Lima #87C514

Tints of Lima #87C514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.97%

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

R = 38.35%
G = 55.97%
B = 5.68%

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

#87C514 (or 0x87C514) is known color: Lima. HEX triplet: 87, C5 and 14. RGB value is (135,197,20). Sum of RGB (Red+Green+Blue) = 135+197+20=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #87C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C514 is #783AEB. Grayscale: #9E9E9E. Windows color (decimal): -7879404 or 1361287. OLE color: 1361287.

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

Color convert

RGB 135 197 20 -
CMYK 0.31 0 0.90 0.23
HSL 81.02º 0.82% 0.43% -
HSV(B) 81.02º 0.9% 0.77% -
XYZ 30.08 45.13 7.79 -
YUV 158.28 49.96 111.39 -
System Red Green Blue C M Y K H S L
Decimal 135 197 20 0.31 0 0.90 0.23 81.02 0.82 0.43
Hex 87 C5 14 1F 0 5A 17 51 52 2B
Octal 207 305 24 37 0 132 27 121 122 53
Binary 10000111 11000101 10100 11111 0 1011010 10111 1010001 1010010 101011

Color Harmonies of #87C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C514

Black with #87C514

Text Example


Text Example

White with #87C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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