Html Css Color HEX #87D696 De York

📋 copy color: '#87D696'

red 135 ◦ green 214 ◦ blue 150

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

Shades of De York #87D696

Tints of De York #87D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 27.05%
G = 42.89%
B = 30.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#87D696 (or 0x87D696) is known color: De York. HEX triplet: 87, D6 and 96. RGB value is (135,214,150). Sum of RGB (Red+Green+Blue) = 135+214+150=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #87D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D696 is #782969. Grayscale: #B7B7B7. Windows color (decimal): -7874922 or 9885319. OLE color: 9885319.

HSL color Cylindrical-coordinate representation of color #87D696: hue angle of 131.39º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D696 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 214 150 -
CMYK 0.37 0 0.30 0.16
HSL 131.39º 0.49% 0.68% -
HSV(B) 131.39º 0.37% 0.84% -
XYZ 39.54 55.45 37.47 -
YUV 183.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 135 214 150 0.37 0 0.30 0.16 131.39 0.49 0.68
Hex 87 D6 96 25 0 1E 10 83 31 44
Octal 207 326 226 45 0 36 20 203 61 104
Binary 10000111 11010110 10010110 100101 0 11110 10000 10000011 110001 1000100

Color Harmonies of #87D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87D696

Black with #87D696

Text Example


Text Example

White with #87D696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,214,150); }

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

background-color css

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

 a { background-color: rgb(135,214,150); }

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

border-color css

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

 span { border-color: rgb(135,214,150); }

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