Html Css Color HEX #80C278 De York

📋 copy color: '#80C278'

red 128 ◦ green 194 ◦ blue 120

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

Shades of De York #80C278

Tints of De York #80C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

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

R = 28.96%
G = 43.89%
B = 27.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#80C278 (or 0x80C278) is known color: De York. HEX triplet: 80, C2 and 78. RGB value is (128,194,120). Sum of RGB (Red+Green+Blue) = 128+194+120=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #80C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C278 is #7F3D87. Grayscale: #A6A6A6. Windows color (decimal): -8338824 or 7914112. OLE color: 7914112.

HSL color Cylindrical-coordinate representation of color #80C278: hue angle of 113.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C278 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 120 -
CMYK 0.34 0 0.38 0.24
HSL 113.51º 0.38% 0.62% -
HSV(B) 113.51º 0.38% 0.76% -
XYZ 31.58 44.53 24.7 -
YUV 165.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 128 194 120 0.34 0 0.38 0.24 113.51 0.38 0.62
Hex 80 C2 78 22 0 26 18 72 26 3E
Octal 200 302 170 42 0 46 30 162 46 76
Binary 10000000 11000010 1111000 100010 0 100110 11000 1110010 100110 111110

Color Harmonies of #80C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C278

Black with #80C278

Text Example


Text Example

White with #80C278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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