Html Css Color HEX #80BE78 De York

📋 copy color: '#80BE78'

red 128 ◦ green 190 ◦ blue 120

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

Shades of De York #80BE78

Tints of De York #80BE78

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

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

R = 29.22%
G = 43.38%
B = 27.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#80BE78 (or 0x80BE78) is known color: De York. HEX triplet: 80, BE and 78. RGB value is (128,190,120). Sum of RGB (Red+Green+Blue) = 128+190+120=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE78 is #7F4187. Grayscale: #A3A3A3. Windows color (decimal): -8339848 or 7913088. OLE color: 7913088.

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

Color convert

RGB 128 190 120 -
CMYK 0.33 0 0.37 0.25
HSL 113.14º 0.35% 0.61% -
HSV(B) 113.14º 0.37% 0.75% -
XYZ 30.71 42.77 24.41 -
YUV 163.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 128 190 120 0.33 0 0.37 0.25 113.14 0.35 0.61
Hex 80 BE 78 21 0 25 19 71 23 3D
Octal 200 276 170 41 0 45 31 161 43 75
Binary 10000000 10111110 1111000 100001 0 100101 11001 1110001 100011 111101

Color Harmonies of #80BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE78

Black with #80BE78

Text Example


Text Example

White with #80BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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