Html Css Color HEX #80C083 De York

📋 copy color: '#80C083'

red 128 ◦ green 192 ◦ blue 131

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

Shades of De York #80C083

Tints of De York #80C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 28.38%
G = 42.57%
B = 29.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#80C083 (or 0x80C083) is known color: De York. HEX triplet: 80, C0 and 83. RGB value is (128,192,131). Sum of RGB (Red+Green+Blue) = 128+192+131=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #80C083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C083 is #7F3F7C. Grayscale: #A6A6A6. Windows color (decimal): -8339325 or 8634496. OLE color: 8634496.

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

Color convert

RGB 128 192 131 -
CMYK 0.33 0 0.32 0.25
HSL 122.81º 0.34% 0.63% -
HSV(B) 122.81º 0.33% 0.75% -
XYZ 31.85 43.93 28.27 -
YUV 165.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 128 192 131 0.33 0 0.32 0.25 122.81 0.34 0.63
Hex 80 C0 83 21 0 20 19 7B 22 3F
Octal 200 300 203 41 0 40 31 173 42 77
Binary 10000000 11000000 10000011 100001 0 100000 11001 1111011 100010 111111

Color Harmonies of #80C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C083

Black with #80C083

Text Example


Text Example

White with #80C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,131); }

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

background-color css

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

 a { background-color: rgb(128,192,131); }

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

border-color css

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

 span { border-color: rgb(128,192,131); }

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