Html Css Color HEX #80C38B De York

📋 copy color: '#80C38B'

red 128 ◦ green 195 ◦ blue 139

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

Shades of De York #80C38B

Tints of De York #80C38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 27.71%
G = 42.21%
B = 30.09%

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

#80C38B (or 0x80C38B) is known color: De York. HEX triplet: 80, C3 and 8B. RGB value is (128,195,139). Sum of RGB (Red+Green+Blue) = 128+195+139=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38B is #7F3C74. Grayscale: #A8A8A8. Windows color (decimal): -8338549 or 9159552. OLE color: 9159552.

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

Color convert

RGB 128 195 139 -
CMYK 0.34 0 0.29 0.24
HSL 129.85º 0.36% 0.63% -
HSV(B) 129.85º 0.34% 0.76% -
XYZ 33.08 45.48 31.46 -
YUV 168.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 128 195 139 0.34 0 0.29 0.24 129.85 0.36 0.63
Hex 80 C3 8B 22 0 1D 18 82 24 3F
Octal 200 303 213 42 0 35 30 202 44 77
Binary 10000000 11000011 10001011 100010 0 11101 11000 10000010 100100 111111

Color Harmonies of #80C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C38B

Black with #80C38B

Text Example


Text Example

White with #80C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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