Html Css Color HEX #80C175 De York

📋 copy color: '#80C175'

red 128 ◦ green 193 ◦ blue 117

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

Shades of De York #80C175

Tints of De York #80C175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.06%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 29.22%
G = 44.06%
B = 26.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#80C175 (or 0x80C175) is known color: De York. HEX triplet: 80, C1 and 75. RGB value is (128,193,117). Sum of RGB (Red+Green+Blue) = 128+193+117=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #80C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C175 is #7F3E8A. Grayscale: #A5A5A5. Windows color (decimal): -8339083 or 7717248. OLE color: 7717248.

HSL color Cylindrical-coordinate representation of color #80C175: hue angle of 111.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80C175 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 117 -
CMYK 0.34 0 0.39 0.24
HSL 111.32º 0.38% 0.61% -
HSV(B) 111.32º 0.39% 0.76% -
XYZ 31.18 44.01 23.68 -
YUV 164.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 128 193 117 0.34 0 0.39 0.24 111.32 0.38 0.61
Hex 80 C1 75 22 0 27 18 6F 26 3D
Octal 200 301 165 42 0 47 30 157 46 75
Binary 10000000 11000001 1110101 100010 0 100111 11000 1101111 100110 111101

Color Harmonies of #80C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C175

Black with #80C175

Text Example


Text Example

White with #80C175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,117); }

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

background-color css

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

 a { background-color: rgb(128,193,117); }

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

border-color css

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

 span { border-color: rgb(128,193,117); }

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