Html Css Color HEX #80C87D De York

📋 copy color: '#80C87D'

red 128 ◦ green 200 ◦ blue 125

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

Shades of De York #80C87D

Tints of De York #80C87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 28.26%
G = 44.15%
B = 27.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#80C87D (or 0x80C87D) is known color: De York. HEX triplet: 80, C8 and 7D. RGB value is (128,200,125). Sum of RGB (Red+Green+Blue) = 128+200+125=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #80C87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C87D is #7F3782. Grayscale: #AAAAAA. Windows color (decimal): -8337283 or 8243328. OLE color: 8243328.

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

Color convert

RGB 128 200 125 -
CMYK 0.36 0 0.38 0.22
HSL 117.6º 0.41% 0.64% -
HSV(B) 117.6º 0.38% 0.78% -
XYZ 33.26 47.38 26.79 -
YUV 169.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 128 200 125 0.36 0 0.38 0.22 117.6 0.41 0.64
Hex 80 C8 7D 24 0 26 16 76 29 40
Octal 200 310 175 44 0 46 26 166 51 100
Binary 10000000 11001000 1111101 100100 0 100110 10110 1110110 101001 1000000

Color Harmonies of #80C87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C87D

Black with #80C87D

Text Example


Text Example

White with #80C87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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