Html Css Color HEX #80C974 De York

📋 copy color: '#80C974'

red 128 ◦ green 201 ◦ blue 116

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

Shades of De York #80C974

Tints of De York #80C974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 28.76%
G = 45.17%
B = 26.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#80C974 (or 0x80C974) is known color: De York. HEX triplet: 80, C9 and 74. RGB value is (128,201,116). Sum of RGB (Red+Green+Blue) = 128+201+116=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #80C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C974 is #7F368B. Grayscale: #A9A9A9. Windows color (decimal): -8337036 or 7653760. OLE color: 7653760.

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

Color convert

RGB 128 201 116 -
CMYK 0.36 0 0.42 0.21
HSL 111.53º 0.44% 0.62% -
HSV(B) 111.53º 0.42% 0.79% -
XYZ 32.94 47.62 23.98 -
YUV 169.48 97.82 98.41 -
System Red Green Blue C M Y K H S L
Decimal 128 201 116 0.36 0 0.42 0.21 111.53 0.44 0.62
Hex 80 C9 74 24 0 2A 15 70 2C 3E
Octal 200 311 164 44 0 52 25 160 54 76
Binary 10000000 11001001 1110100 100100 0 101010 10101 1110000 101100 111110

Color Harmonies of #80C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C974

Black with #80C974

Text Example


Text Example

White with #80C974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,116); }

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

background-color css

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

 a { background-color: rgb(128,201,116); }

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

border-color css

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

 span { border-color: rgb(128,201,116); }

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