Html Css Color HEX #80DA85 De York

📋 copy color: '#80DA85'

red 128 ◦ green 218 ◦ blue 133

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

Shades of De York #80DA85

Tints of De York #80DA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 26.72%
G = 45.51%
B = 27.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#80DA85 (or 0x80DA85) is known color: De York. HEX triplet: 80, DA and 85. RGB value is (128,218,133). Sum of RGB (Red+Green+Blue) = 128+218+133=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA85 is #7F257A. Grayscale: #B5B5B5. Windows color (decimal): -8332667 or 8772224. OLE color: 8772224.

HSL color Cylindrical-coordinate representation of color #80DA85: hue angle of 123.33º 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 #80DA85 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 133 -
CMYK 0.41 0 0.39 0.15
HSL 123.33º 0.55% 0.68% -
HSV(B) 123.33º 0.41% 0.85% -
XYZ 38.21 56.43 31.07 -
YUV 181.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 128 218 133 0.41 0 0.39 0.15 123.33 0.55 0.68
Hex 80 DA 85 29 0 27 F 7B 37 44
Octal 200 332 205 51 0 47 17 173 67 104
Binary 10000000 11011010 10000101 101001 0 100111 1111 1111011 110111 1000100

Color Harmonies of #80DA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA85

Black with #80DA85

Text Example


Text Example

White with #80DA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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