Html Css Color HEX #80C88A De York

📋 copy color: '#80C88A'

red 128 ◦ green 200 ◦ blue 138

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

Shades of De York #80C88A

Tints of De York #80C88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 27.47%
G = 42.92%
B = 29.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#80C88A (or 0x80C88A) is known color: De York. HEX triplet: 80, C8 and 8A. RGB value is (128,200,138). Sum of RGB (Red+Green+Blue) = 128+200+138=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #80C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C88A is #7F3775. Grayscale: #ABABAB. Windows color (decimal): -8337270 or 9095296. OLE color: 9095296.

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

Color convert

RGB 128 200 138 -
CMYK 0.36 0 0.31 0.22
HSL 128.33º 0.4% 0.64% -
HSV(B) 128.33º 0.36% 0.78% -
XYZ 34.14 47.73 31.46 -
YUV 171.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 128 200 138 0.36 0 0.31 0.22 128.33 0.4 0.64
Hex 80 C8 8A 24 0 1F 16 80 28 40
Octal 200 310 212 44 0 37 26 200 50 100
Binary 10000000 11001000 10001010 100100 0 11111 10110 10000000 101000 1000000

Color Harmonies of #80C88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C88A

Black with #80C88A

Text Example


Text Example

White with #80C88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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