Html Css Color HEX #80DA98 De York

📋 copy color: '#80DA98'

red 128 ◦ green 218 ◦ blue 152

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

Shades of De York #80DA98

Tints of De York #80DA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 25.7%
G = 43.78%
B = 30.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#80DA98 (or 0x80DA98) is known color: De York. HEX triplet: 80, DA and 98. RGB value is (128,218,152). Sum of RGB (Red+Green+Blue) = 128+218+152=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA98 is #7F2567. Grayscale: #B7B7B7. Windows color (decimal): -8332648 or 10017408. OLE color: 10017408.

HSL color Cylindrical-coordinate representation of color #80DA98: hue angle of 136º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DA98 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 152 -
CMYK 0.41 0 0.30 0.15
HSL 136º 0.55% 0.68% -
HSV(B) 136º 0.41% 0.85% -
XYZ 39.64 57 38.62 -
YUV 183.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 128 218 152 0.41 0 0.30 0.15 136 0.55 0.68
Hex 80 DA 98 29 0 1E F 88 37 44
Octal 200 332 230 51 0 36 17 210 67 104
Binary 10000000 11011010 10011000 101001 0 11110 1111 10001000 110111 1000100

Color Harmonies of #80DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA98

Black with #80DA98

Text Example


Text Example

White with #80DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,152); }

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

background-color css

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

 a { background-color: rgb(128,218,152); }

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

border-color css

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

 span { border-color: rgb(128,218,152); }

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