Html Css Color HEX #80CC78 De York

📋 copy color: '#80CC78'

red 128 ◦ green 204 ◦ blue 120

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

Shades of De York #80CC78

Tints of De York #80CC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 28.32%
G = 45.13%
B = 26.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#80CC78 (or 0x80CC78) is known color: De York. HEX triplet: 80, CC and 78. RGB value is (128,204,120). Sum of RGB (Red+Green+Blue) = 128+204+120=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC78 is #7F3387. Grayscale: #ABABAB. Windows color (decimal): -8336264 or 7916672. OLE color: 7916672.

HSL color Cylindrical-coordinate representation of color #80CC78: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CC78 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 120 -
CMYK 0.37 0 0.41 0.2
HSL 114.29º 0.45% 0.64% -
HSV(B) 114.29º 0.41% 0.8% -
XYZ 33.89 49.13 25.47 -
YUV 171.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 128 204 120 0.37 0 0.41 0.2 114.29 0.45 0.64
Hex 80 CC 78 25 0 29 14 72 2D 40
Octal 200 314 170 45 0 51 24 162 55 100
Binary 10000000 11001100 1111000 100101 0 101001 10100 1110010 101101 1000000

Color Harmonies of #80CC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC78

Black with #80CC78

Text Example


Text Example

White with #80CC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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