Html Css Color HEX #80C387 De York

📋 copy color: '#80C387'

red 128 ◦ green 195 ◦ blue 135

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

Shades of De York #80C387

Tints of De York #80C387

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.58%

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

R = 27.95%
G = 42.58%
B = 29.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#80C387 (or 0x80C387) is known color: De York. HEX triplet: 80, C3 and 87. RGB value is (128,195,135). Sum of RGB (Red+Green+Blue) = 128+195+135=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #80C387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C387 is #7F3C78. Grayscale: #A8A8A8. Windows color (decimal): -8338553 or 8897408. OLE color: 8897408.

HSL color Cylindrical-coordinate representation of color #80C387: hue angle of 126.27º degrees, saturation: 0.36, 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 #80C387 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 135 -
CMYK 0.34 0 0.31 0.24
HSL 126.27º 0.36% 0.63% -
HSV(B) 126.27º 0.34% 0.76% -
XYZ 32.79 45.37 29.95 -
YUV 168.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 128 195 135 0.34 0 0.31 0.24 126.27 0.36 0.63
Hex 80 C3 87 22 0 1F 18 7E 24 3F
Octal 200 303 207 42 0 37 30 176 44 77
Binary 10000000 11000011 10000111 100010 0 11111 11000 1111110 100100 111111

Color Harmonies of #80C387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C387

Black with #80C387

Text Example


Text Example

White with #80C387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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