Html Css Color HEX #80C38F De York

📋 copy color: '#80C38F'

red 128 ◦ green 195 ◦ blue 143

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

Shades of De York #80C38F

Tints of De York #80C38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 27.47%
G = 41.85%
B = 30.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#80C38F (or 0x80C38F) is known color: De York. HEX triplet: 80, C3 and 8F. RGB value is (128,195,143). Sum of RGB (Red+Green+Blue) = 128+195+143=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38F is #7F3C70. Grayscale: #A9A9A9. Windows color (decimal): -8338545 or 9421696. OLE color: 9421696.

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

Color convert

RGB 128 195 143 -
CMYK 0.34 0 0.27 0.24
HSL 133.43º 0.36% 0.63% -
HSV(B) 133.43º 0.34% 0.76% -
XYZ 33.38 45.6 33.03 -
YUV 169.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 128 195 143 0.34 0 0.27 0.24 133.43 0.36 0.63
Hex 80 C3 8F 22 0 1B 18 85 24 3F
Octal 200 303 217 42 0 33 30 205 44 77
Binary 10000000 11000011 10001111 100010 0 11011 11000 10000101 100100 111111

Color Harmonies of #80C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C38F

Black with #80C38F

Text Example


Text Example

White with #80C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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