Html Css Color HEX #80DD92 De York

📋 copy color: '#80DD92'

red 128 ◦ green 221 ◦ blue 146

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

Shades of De York #80DD92

Tints of De York #80DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 25.86%
G = 44.65%
B = 29.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#80DD92 (or 0x80DD92) is known color: De York. HEX triplet: 80, DD and 92. RGB value is (128,221,146). Sum of RGB (Red+Green+Blue) = 128+221+146=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD92 is #7F226D. Grayscale: #B8B8B8. Windows color (decimal): -8331886 or 9624960. OLE color: 9624960.

HSL color Cylindrical-coordinate representation of color #80DD92: hue angle of 131.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD92 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 146 -
CMYK 0.42 0 0.34 0.13
HSL 131.61º 0.58% 0.68% -
HSV(B) 131.61º 0.42% 0.87% -
XYZ 39.95 58.38 36.36 -
YUV 184.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 128 221 146 0.42 0 0.34 0.13 131.61 0.58 0.68
Hex 80 DD 92 2A 0 22 D 84 3A 44
Octal 200 335 222 52 0 42 15 204 72 104
Binary 10000000 11011101 10010010 101010 0 100010 1101 10000100 111010 1000100

Color Harmonies of #80DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD92

Black with #80DD92

Text Example


Text Example

White with #80DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,146); }

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

background-color css

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

 a { background-color: rgb(128,221,146); }

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

border-color css

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

 span { border-color: rgb(128,221,146); }

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