Html Css Color HEX #87CB94 De York

📋 copy color: '#87CB94'

red 135 ◦ green 203 ◦ blue 148

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

Shades of De York #87CB94

Tints of De York #87CB94

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 27.78%
G = 41.77%
B = 30.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#87CB94 (or 0x87CB94) is known color: De York. HEX triplet: 87, CB and 94. RGB value is (135,203,148). Sum of RGB (Red+Green+Blue) = 135+203+148=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #87CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CB94 is #78346B. Grayscale: #B0B0B0. Windows color (decimal): -7877740 or 9751431. OLE color: 9751431.

HSL color Cylindrical-coordinate representation of color #87CB94: hue angle of 131.47º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CB94 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 203 148 -
CMYK 0.33 0 0.27 0.20
HSL 131.47º 0.4% 0.66% -
HSV(B) 131.47º 0.33% 0.8% -
XYZ 36.69 50 35.73 -
YUV 176.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 135 203 148 0.33 0 0.27 0.20 131.47 0.4 0.66
Hex 87 CB 94 21 0 1B 14 83 28 42
Octal 207 313 224 41 0 33 24 203 50 102
Binary 10000111 11001011 10010100 100001 0 11011 10100 10000011 101000 1000010

Color Harmonies of #87CB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87CB94

Black with #87CB94

Text Example


Text Example

White with #87CB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,203,148); }

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

background-color css

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

 a { background-color: rgb(135,203,148); }

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

border-color css

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

 span { border-color: rgb(135,203,148); }

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