Html Css Color HEX #80BB78 De York

📋 copy color: '#80BB78'

red 128 ◦ green 187 ◦ blue 120

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

Shades of De York #80BB78

Tints of De York #80BB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 29.43%
G = 42.99%
B = 27.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#80BB78 (or 0x80BB78) is known color: De York. HEX triplet: 80, BB and 78. RGB value is (128,187,120). Sum of RGB (Red+Green+Blue) = 128+187+120=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB78 is #7F4487. Grayscale: #A1A1A1. Windows color (decimal): -8340616 or 7912320. OLE color: 7912320.

HSL color Cylindrical-coordinate representation of color #80BB78: hue angle of 112.84º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80BB78 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 120 -
CMYK 0.32 0 0.36 0.27
HSL 112.84º 0.33% 0.6% -
HSV(B) 112.84º 0.36% 0.73% -
XYZ 30.06 41.49 24.19 -
YUV 161.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 128 187 120 0.32 0 0.36 0.27 112.84 0.33 0.6
Hex 80 BB 78 20 0 24 1B 71 21 3C
Octal 200 273 170 40 0 44 33 161 41 74
Binary 10000000 10111011 1111000 100000 0 100100 11011 1110001 100001 111100

Color Harmonies of #80BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB78

Black with #80BB78

Text Example


Text Example

White with #80BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,120); }

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

background-color css

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

 a { background-color: rgb(128,187,120); }

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

border-color css

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

 span { border-color: rgb(128,187,120); }

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