Html Css Color HEX #80D598 De York

📋 copy color: '#80D598'

red 128 ◦ green 213 ◦ blue 152

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

Shades of De York #80D598

Tints of De York #80D598

RGB

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

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

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

R = 25.96%
G = 43.2%
B = 30.83%

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

#80D598 (or 0x80D598) is known color: De York. HEX triplet: 80, D5 and 98. RGB value is (128,213,152). Sum of RGB (Red+Green+Blue) = 128+213+152=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #80D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D598 is #7F2A67. Grayscale: #B4B4B4. Windows color (decimal): -8333928 or 10016128. OLE color: 10016128.

HSL color Cylindrical-coordinate representation of color #80D598: hue angle of 136.94º 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 #80D598 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 152 -
CMYK 0.40 0 0.29 0.16
HSL 136.94º 0.5% 0.67% -
HSV(B) 136.94º 0.4% 0.84% -
XYZ 38.36 54.44 38.19 -
YUV 180.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 128 213 152 0.40 0 0.29 0.16 136.94 0.5 0.67
Hex 80 D5 98 28 0 1D 10 89 32 43
Octal 200 325 230 50 0 35 20 211 62 103
Binary 10000000 11010101 10011000 101000 0 11101 10000 10001001 110010 1000011

Color Harmonies of #80D598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D598

Black with #80D598

Text Example


Text Example

White with #80D598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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