Html Css Color HEX #80BC78 De York

📋 copy color: '#80BC78'

red 128 ◦ green 188 ◦ blue 120

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

Shades of De York #80BC78

Tints of De York #80BC78

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 29.36%
G = 43.12%
B = 27.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#80BC78 (or 0x80BC78) is known color: De York. HEX triplet: 80, BC and 78. RGB value is (128,188,120). Sum of RGB (Red+Green+Blue) = 128+188+120=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC78 is #7F4387. Grayscale: #A2A2A2. Windows color (decimal): -8340360 or 7912576. OLE color: 7912576.

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

Color convert

RGB 128 188 120 -
CMYK 0.32 0 0.36 0.26
HSL 112.94º 0.34% 0.6% -
HSV(B) 112.94º 0.36% 0.74% -
XYZ 30.28 41.91 24.26 -
YUV 162.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 128 188 120 0.32 0 0.36 0.26 112.94 0.34 0.6
Hex 80 BC 78 20 0 24 1A 71 22 3C
Octal 200 274 170 40 0 44 32 161 42 74
Binary 10000000 10111100 1111000 100000 0 100100 11010 1110001 100010 111100

Color Harmonies of #80BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC78

Black with #80BC78

Text Example


Text Example

White with #80BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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