Html Css Color HEX #80C078 De York

📋 copy color: '#80C078'

red 128 ◦ green 192 ◦ blue 120

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

Shades of De York #80C078

Tints of De York #80C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

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

R = 29.09%
G = 43.64%
B = 27.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#80C078 (or 0x80C078) is known color: De York. HEX triplet: 80, C0 and 78. RGB value is (128,192,120). Sum of RGB (Red+Green+Blue) = 128+192+120=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #80C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C078 is #7F3F87. Grayscale: #A4A4A4. Windows color (decimal): -8339336 or 7913600. OLE color: 7913600.

HSL color Cylindrical-coordinate representation of color #80C078: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C078 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 120 -
CMYK 0.33 0 0.38 0.25
HSL 113.33º 0.36% 0.61% -
HSV(B) 113.33º 0.38% 0.75% -
XYZ 31.14 43.64 24.55 -
YUV 164.66 102.8 101.85 -
System Red Green Blue C M Y K H S L
Decimal 128 192 120 0.33 0 0.38 0.25 113.33 0.36 0.61
Hex 80 C0 78 21 0 26 19 71 24 3D
Octal 200 300 170 41 0 46 31 161 44 75
Binary 10000000 11000000 1111000 100001 0 100110 11001 1110001 100100 111101

Color Harmonies of #80C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C078

Black with #80C078

Text Example


Text Example

White with #80C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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