Html Css Color HEX #80D592 De York

📋 copy color: '#80D592'

red 128 ◦ green 213 ◦ blue 146

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

Shades of De York #80D592

Tints of De York #80D592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

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

R = 26.28%
G = 43.74%
B = 29.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#80D592 (or 0x80D592) is known color: De York. HEX triplet: 80, D5 and 92. RGB value is (128,213,146). Sum of RGB (Red+Green+Blue) = 128+213+146=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #80D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D592 is #7F2A6D. Grayscale: #B4B4B4. Windows color (decimal): -8333934 or 9622912. OLE color: 9622912.

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

Color convert

RGB 128 213 146 -
CMYK 0.40 0 0.31 0.16
HSL 132.71º 0.5% 0.67% -
HSV(B) 132.71º 0.4% 0.84% -
XYZ 37.88 54.25 35.67 -
YUV 179.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 128 213 146 0.40 0 0.31 0.16 132.71 0.5 0.67
Hex 80 D5 92 28 0 1F 10 85 32 43
Octal 200 325 222 50 0 37 20 205 62 103
Binary 10000000 11010101 10010010 101000 0 11111 10000 10000101 110010 1000011

Color Harmonies of #80D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D592

Black with #80D592

Text Example


Text Example

White with #80D592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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