Html Css Color HEX #80CB8B De York

📋 copy color: '#80CB8B'

red 128 ◦ green 203 ◦ blue 139

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

Shades of De York #80CB8B

Tints of De York #80CB8B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

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

R = 27.23%
G = 43.19%
B = 29.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#80CB8B (or 0x80CB8B) is known color: De York. HEX triplet: 80, CB and 8B. RGB value is (128,203,139). Sum of RGB (Red+Green+Blue) = 128+203+139=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB8B is #7F3474. Grayscale: #ADADAD. Windows color (decimal): -8336501 or 9161600. OLE color: 9161600.

HSL color Cylindrical-coordinate representation of color #80CB8B: hue angle of 128.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CB8B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 139 -
CMYK 0.37 0 0.32 0.20
HSL 128.8º 0.42% 0.65% -
HSV(B) 128.8º 0.37% 0.8% -
XYZ 34.92 49.17 32.08 -
YUV 173.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 128 203 139 0.37 0 0.32 0.20 128.8 0.42 0.65
Hex 80 CB 8B 25 0 20 14 81 2A 41
Octal 200 313 213 45 0 40 24 201 52 101
Binary 10000000 11001011 10001011 100101 0 100000 10100 10000001 101010 1000001

Color Harmonies of #80CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB8B

Black with #80CB8B

Text Example


Text Example

White with #80CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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