Html Css Color HEX #80D688 De York

📋 copy color: '#80D688'

red 128 ◦ green 214 ◦ blue 136

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

Shades of De York #80D688

Tints of De York #80D688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

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

R = 26.78%
G = 44.77%
B = 28.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#80D688 (or 0x80D688) is known color: De York. HEX triplet: 80, D6 and 88. RGB value is (128,214,136). Sum of RGB (Red+Green+Blue) = 128+214+136=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #80D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D688 is #7F2977. Grayscale: #B3B3B3. Windows color (decimal): -8333688 or 8967808. OLE color: 8967808.

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

Color convert

RGB 128 214 136 -
CMYK 0.40 0 0.36 0.16
HSL 125.58º 0.51% 0.67% -
HSV(B) 125.58º 0.4% 0.84% -
XYZ 37.39 54.46 31.83 -
YUV 179.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 128 214 136 0.40 0 0.36 0.16 125.58 0.51 0.67
Hex 80 D6 88 28 0 24 10 7E 33 43
Octal 200 326 210 50 0 44 20 176 63 103
Binary 10000000 11010110 10001000 101000 0 100100 10000 1111110 110011 1000011

Color Harmonies of #80D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D688

Black with #80D688

Text Example


Text Example

White with #80D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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