Html Css Color HEX #80C287 De York

📋 copy color: '#80C287'

red 128 ◦ green 194 ◦ blue 135

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

Shades of De York #80C287

Tints of De York #80C287

RGB

 RED value IS 128 (50.39% from 255) = 28.01%

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 28.01%
G = 42.45%
B = 29.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#80C287 (or 0x80C287) is known color: De York. HEX triplet: 80, C2 and 87. RGB value is (128,194,135). Sum of RGB (Red+Green+Blue) = 128+194+135=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #80C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C287 is #7F3D78. Grayscale: #A7A7A7. Windows color (decimal): -8338809 or 8897152. OLE color: 8897152.

HSL color Cylindrical-coordinate representation of color #80C287: hue angle of 126.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C287 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 135 -
CMYK 0.34 0 0.30 0.24
HSL 126.36º 0.35% 0.63% -
HSV(B) 126.36º 0.34% 0.76% -
XYZ 32.57 44.92 29.88 -
YUV 167.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 128 194 135 0.34 0 0.30 0.24 126.36 0.35 0.63
Hex 80 C2 87 22 0 1E 18 7E 23 3F
Octal 200 302 207 42 0 36 30 176 43 77
Binary 10000000 11000010 10000111 100010 0 11110 11000 1111110 100011 111111

Color Harmonies of #80C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C287

Black with #80C287

Text Example


Text Example

White with #80C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C287; }

 p { color: rgb(128,194,135); }

 H1.HeaderClassName
 {
   color: #80C287;
 }
 .AnyTagClassName
 {
   color: #80C287;
 }
</style>

background-color css

<style>
 a { background-color: #80C287; }

 a { background-color: rgb(128,194,135); }

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

border-color css

<style>
 span { border-color: #80C287; }

 span { border-color: rgb(128,194,135); }

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