Html Css Color HEX #80C872 De York

📋 copy color: '#80C872'

red 128 ◦ green 200 ◦ blue 114

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

Shades of De York #80C872

Tints of De York #80C872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 28.96%
G = 45.25%
B = 25.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#80C872 (or 0x80C872) is known color: De York. HEX triplet: 80, C8 and 72. RGB value is (128,200,114). Sum of RGB (Red+Green+Blue) = 128+200+114=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #80C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C872 is #7F378D. Grayscale: #A8A8A8. Windows color (decimal): -8337294 or 7522432. OLE color: 7522432.

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

Color convert

RGB 128 200 114 -
CMYK 0.36 0 0.43 0.22
HSL 110.23º 0.44% 0.62% -
HSV(B) 110.23º 0.43% 0.78% -
XYZ 32.59 47.11 23.3 -
YUV 168.67 97.15 98.99 -
System Red Green Blue C M Y K H S L
Decimal 128 200 114 0.36 0 0.43 0.22 110.23 0.44 0.62
Hex 80 C8 72 24 0 2B 16 6E 2C 3E
Octal 200 310 162 44 0 53 26 156 54 76
Binary 10000000 11001000 1110010 100100 0 101011 10110 1101110 101100 111110

Color Harmonies of #80C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C872

Black with #80C872

Text Example


Text Example

White with #80C872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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