Html Css Color HEX #80C775 De York

📋 copy color: '#80C775'

red 128 ◦ green 199 ◦ blue 117

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

Shades of De York #80C775

Tints of De York #80C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

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

R = 28.83%
G = 44.82%
B = 26.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#80C775 (or 0x80C775) is known color: De York. HEX triplet: 80, C7 and 75. RGB value is (128,199,117). Sum of RGB (Red+Green+Blue) = 128+199+117=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #80C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C775 is #7F388A. Grayscale: #A8A8A8. Windows color (decimal): -8337547 or 7718784. OLE color: 7718784.

HSL color Cylindrical-coordinate representation of color #80C775: hue angle of 111.95º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C775 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 199 117 -
CMYK 0.36 0 0.41 0.22
HSL 111.95º 0.42% 0.62% -
HSV(B) 111.95º 0.41% 0.78% -
XYZ 32.54 46.72 24.13 -
YUV 168.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 128 199 117 0.36 0 0.41 0.22 111.95 0.42 0.62
Hex 80 C7 75 24 0 29 16 70 2A 3E
Octal 200 307 165 44 0 51 26 160 52 76
Binary 10000000 11000111 1110101 100100 0 101001 10110 1110000 101010 111110

Color Harmonies of #80C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C775

Black with #80C775

Text Example


Text Example

White with #80C775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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