Html Css Color HEX #80D288 De York

📋 copy color: '#80D288'

red 128 ◦ green 210 ◦ blue 136

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

Shades of De York #80D288

Tints of De York #80D288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 27%
G = 44.3%
B = 28.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#80D288 (or 0x80D288) is known color: De York. HEX triplet: 80, D2 and 88. RGB value is (128,210,136). Sum of RGB (Red+Green+Blue) = 128+210+136=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #80D288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D288 is #7F2D77. Grayscale: #B1B1B1. Windows color (decimal): -8334712 or 8966784. OLE color: 8966784.

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

Color convert

RGB 128 210 136 -
CMYK 0.39 0 0.35 0.18
HSL 125.85º 0.48% 0.66% -
HSV(B) 125.85º 0.39% 0.82% -
XYZ 36.39 52.46 31.5 -
YUV 177.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 128 210 136 0.39 0 0.35 0.18 125.85 0.48 0.66
Hex 80 D2 88 27 0 23 12 7E 30 42
Octal 200 322 210 47 0 43 22 176 60 102
Binary 10000000 11010010 10001000 100111 0 100011 10010 1111110 110000 1000010

Color Harmonies of #80D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D288

Black with #80D288

Text Example


Text Example

White with #80D288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,136); }

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

background-color css

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

 a { background-color: rgb(128,210,136); }

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

border-color css

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

 span { border-color: rgb(128,210,136); }

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