Html Css Color HEX #80C37D De York

📋 copy color: '#80C37D'

red 128 ◦ green 195 ◦ blue 125

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

Shades of De York #80C37D

Tints of De York #80C37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 28.57%
G = 43.53%
B = 27.9%

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

#80C37D (or 0x80C37D) is known color: De York. HEX triplet: 80, C3 and 7D. RGB value is (128,195,125). Sum of RGB (Red+Green+Blue) = 128+195+125=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #80C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C37D is #7F3C82. Grayscale: #A7A7A7. Windows color (decimal): -8338563 or 8242048. OLE color: 8242048.

HSL color Cylindrical-coordinate representation of color #80C37D: hue angle of 117.43º 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 #80C37D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 125 -
CMYK 0.34 0 0.36 0.24
HSL 117.43º 0.37% 0.63% -
HSV(B) 117.43º 0.36% 0.76% -
XYZ 32.12 45.1 26.41 -
YUV 166.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 128 195 125 0.34 0 0.36 0.24 117.43 0.37 0.63
Hex 80 C3 7D 22 0 24 18 75 25 3F
Octal 200 303 175 42 0 44 30 165 45 77
Binary 10000000 11000011 1111101 100010 0 100100 11000 1110101 100101 111111

Color Harmonies of #80C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C37D

Black with #80C37D

Text Example


Text Example

White with #80C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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