Html Css Color HEX #87C482 De York

📋 copy color: '#87C482'

red 135 ◦ green 196 ◦ blue 130

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

Shades of De York #87C482

Tints of De York #87C482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 29.28%
G = 42.52%
B = 28.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#87C482 (or 0x87C482) is known color: De York. HEX triplet: 87, C4 and 82. RGB value is (135,196,130). Sum of RGB (Red+Green+Blue) = 135+196+130=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #87C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C482 is #783B7D. Grayscale: #AAAAAA. Windows color (decimal): -7879550 or 8569991. OLE color: 8569991.

HSL color Cylindrical-coordinate representation of color #87C482: hue angle of 115.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C482 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 196 130 -
CMYK 0.31 0 0.34 0.23
HSL 115.45º 0.36% 0.64% -
HSV(B) 115.45º 0.34% 0.77% -
XYZ 33.76 46.24 28.27 -
YUV 170.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 135 196 130 0.31 0 0.34 0.23 115.45 0.36 0.64
Hex 87 C4 82 1F 0 22 17 73 24 40
Octal 207 304 202 37 0 42 27 163 44 100
Binary 10000111 11000100 10000010 11111 0 100010 10111 1110011 100100 1000000

Color Harmonies of #87C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C482

Black with #87C482

Text Example


Text Example

White with #87C482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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