Html Css Color HEX #80D597 De York

📋 copy color: '#80D597'

red 128 ◦ green 213 ◦ blue 151

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

Shades of De York #80D597

Tints of De York #80D597

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.29%

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 26.02%
G = 43.29%
B = 30.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#80D597 (or 0x80D597) is known color: De York. HEX triplet: 80, D5 and 97. RGB value is (128,213,151). Sum of RGB (Red+Green+Blue) = 128+213+151=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #80D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D597 is #7F2A68. Grayscale: #B4B4B4. Windows color (decimal): -8333929 or 9950592. OLE color: 9950592.

HSL color Cylindrical-coordinate representation of color #80D597: hue angle of 136.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D597 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 151 -
CMYK 0.40 0 0.29 0.16
HSL 136.24º 0.5% 0.67% -
HSV(B) 136.24º 0.4% 0.84% -
XYZ 38.28 54.41 37.76 -
YUV 180.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 128 213 151 0.40 0 0.29 0.16 136.24 0.5 0.67
Hex 80 D5 97 28 0 1D 10 88 32 43
Octal 200 325 227 50 0 35 20 210 62 103
Binary 10000000 11010101 10010111 101000 0 11101 10000 10001000 110010 1000011

Color Harmonies of #80D597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D597

Black with #80D597

Text Example


Text Example

White with #80D597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,151); }

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

background-color css

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

 a { background-color: rgb(128,213,151); }

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

border-color css

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

 span { border-color: rgb(128,213,151); }

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