Html Css Color HEX #80D090 De York

📋 copy color: '#80D090'

red 128 ◦ green 208 ◦ blue 144

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

Shades of De York #80D090

Tints of De York #80D090

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.33%

 BLUE value IS 144 (56.64% from 255) = 30%

R = 26.67%
G = 43.33%
B = 30%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#80D090 (or 0x80D090) is known color: De York. HEX triplet: 80, D0 and 90. RGB value is (128,208,144). Sum of RGB (Red+Green+Blue) = 128+208+144=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #80D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D090 is #7F2F6F. Grayscale: #B0B0B0. Windows color (decimal): -8335216 or 9490560. OLE color: 9490560.

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

Color convert

RGB 128 208 144 -
CMYK 0.38 0 0.31 0.18
HSL 132º 0.46% 0.66% -
HSV(B) 132º 0.38% 0.82% -
XYZ 36.49 51.71 34.44 -
YUV 176.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 128 208 144 0.38 0 0.31 0.18 132 0.46 0.66
Hex 80 D0 90 26 0 1F 12 84 2E 42
Octal 200 320 220 46 0 37 22 204 56 102
Binary 10000000 11010000 10010000 100110 0 11111 10010 10000100 101110 1000010

Color Harmonies of #80D090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D090

Black with #80D090

Text Example


Text Example

White with #80D090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,144); }

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

background-color css

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

 a { background-color: rgb(128,208,144); }

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

border-color css

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

 span { border-color: rgb(128,208,144); }

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