Html Css Color HEX #80C38A De York

📋 copy color: '#80C38A'

red 128 ◦ green 195 ◦ blue 138

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

Shades of De York #80C38A

Tints of De York #80C38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 27.77%
G = 42.3%
B = 29.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#80C38A (or 0x80C38A) is known color: De York. HEX triplet: 80, C3 and 8A. RGB value is (128,195,138). Sum of RGB (Red+Green+Blue) = 128+195+138=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38A is #7F3C75. Grayscale: #A8A8A8. Windows color (decimal): -8338550 or 9094016. OLE color: 9094016.

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

Color convert

RGB 128 195 138 -
CMYK 0.34 0 0.29 0.24
HSL 128.96º 0.36% 0.63% -
HSV(B) 128.96º 0.34% 0.76% -
XYZ 33 45.45 31.08 -
YUV 168.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 128 195 138 0.34 0 0.29 0.24 128.96 0.36 0.63
Hex 80 C3 8A 22 0 1D 18 81 24 3F
Octal 200 303 212 42 0 35 30 201 44 77
Binary 10000000 11000011 10001010 100010 0 11101 11000 10000001 100100 111111

Color Harmonies of #80C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C38A

Black with #80C38A

Text Example


Text Example

White with #80C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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