Html Css Color HEX #80D095 De York

📋 copy color: '#80D095'

red 128 ◦ green 208 ◦ blue 149

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

Shades of De York #80D095

Tints of De York #80D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 26.39%
G = 42.89%
B = 30.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#80D095 (or 0x80D095) is known color: De York. HEX triplet: 80, D0 and 95. RGB value is (128,208,149). Sum of RGB (Red+Green+Blue) = 128+208+149=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #80D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D095 is #7F2F6A. Grayscale: #B1B1B1. Windows color (decimal): -8335211 or 9818240. OLE color: 9818240.

HSL color Cylindrical-coordinate representation of color #80D095: hue angle of 135.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D095 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 149 -
CMYK 0.38 0 0.28 0.18
HSL 135.75º 0.46% 0.66% -
HSV(B) 135.75º 0.38% 0.82% -
XYZ 36.88 51.87 36.5 -
YUV 177.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 128 208 149 0.38 0 0.28 0.18 135.75 0.46 0.66
Hex 80 D0 95 26 0 1C 12 88 2E 42
Octal 200 320 225 46 0 34 22 210 56 102
Binary 10000000 11010000 10010101 100110 0 11100 10010 10001000 101110 1000010

Color Harmonies of #80D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D095

Black with #80D095

Text Example


Text Example

White with #80D095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,149); }

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

background-color css

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

 a { background-color: rgb(128,208,149); }

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

border-color css

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

 span { border-color: rgb(128,208,149); }

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