Html Css Color HEX #80C37C De York

📋 copy color: '#80C37C'

red 128 ◦ green 195 ◦ blue 124

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

Shades of De York #80C37C

Tints of De York #80C37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 28.64%
G = 43.62%
B = 27.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#80C37C (or 0x80C37C) is known color: De York. HEX triplet: 80, C3 and 7C. RGB value is (128,195,124). Sum of RGB (Red+Green+Blue) = 128+195+124=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #80C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C37C is #7F3C83. Grayscale: #A7A7A7. Windows color (decimal): -8338564 or 8176512. OLE color: 8176512.

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

Color convert

RGB 128 195 124 -
CMYK 0.34 0 0.36 0.24
HSL 116.62º 0.37% 0.63% -
HSV(B) 116.62º 0.36% 0.76% -
XYZ 32.06 45.07 26.08 -
YUV 166.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 128 195 124 0.34 0 0.36 0.24 116.62 0.37 0.63
Hex 80 C3 7C 22 0 24 18 75 25 3F
Octal 200 303 174 42 0 44 30 165 45 77
Binary 10000000 11000011 1111100 100010 0 100100 11000 1110101 100101 111111

Color Harmonies of #80C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C37C

Black with #80C37C

Text Example


Text Example

White with #80C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,124); }

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

background-color css

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

 a { background-color: rgb(128,195,124); }

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

border-color css

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

 span { border-color: rgb(128,195,124); }

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