Html Css Color HEX #80C874 De York

📋 copy color: '#80C874'

red 128 ◦ green 200 ◦ blue 116

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

Shades of De York #80C874

Tints of De York #80C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

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

R = 28.83%
G = 45.05%
B = 26.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#80C874 (or 0x80C874) is known color: De York. HEX triplet: 80, C8 and 74. RGB value is (128,200,116). Sum of RGB (Red+Green+Blue) = 128+200+116=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #80C874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C874 is #7F378B. Grayscale: #A9A9A9. Windows color (decimal): -8337292 or 7653504. OLE color: 7653504.

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

Color convert

RGB 128 200 116 -
CMYK 0.36 0 0.42 0.22
HSL 111.43º 0.43% 0.62% -
HSV(B) 111.43º 0.42% 0.78% -
XYZ 32.71 47.16 23.9 -
YUV 168.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 128 200 116 0.36 0 0.42 0.22 111.43 0.43 0.62
Hex 80 C8 74 24 0 2A 16 6F 2B 3E
Octal 200 310 164 44 0 52 26 157 53 76
Binary 10000000 11001000 1110100 100100 0 101010 10110 1101111 101011 111110

Color Harmonies of #80C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C874

Black with #80C874

Text Example


Text Example

White with #80C874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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