Html Css Color HEX #80C67C De York

📋 copy color: '#80C67C'

red 128 ◦ green 198 ◦ blue 124

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

Shades of De York #80C67C

Tints of De York #80C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 28.44%
G = 44%
B = 27.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#80C67C (or 0x80C67C) is known color: De York. HEX triplet: 80, C6 and 7C. RGB value is (128,198,124). Sum of RGB (Red+Green+Blue) = 128+198+124=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #80C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C67C is #7F3983. Grayscale: #A8A8A8. Windows color (decimal): -8337796 or 8177280. OLE color: 8177280.

HSL color Cylindrical-coordinate representation of color #80C67C: hue angle of 116.76º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C67C is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 124 -
CMYK 0.35 0 0.37 0.22
HSL 116.76º 0.39% 0.63% -
HSV(B) 116.76º 0.37% 0.78% -
XYZ 32.73 46.43 26.31 -
YUV 168.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 128 198 124 0.35 0 0.37 0.22 116.76 0.39 0.63
Hex 80 C6 7C 23 0 25 16 75 27 3F
Octal 200 306 174 43 0 45 26 165 47 77
Binary 10000000 11000110 1111100 100011 0 100101 10110 1110101 100111 111111

Color Harmonies of #80C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C67C

Black with #80C67C

Text Example


Text Example

White with #80C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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