Html Css Color HEX #80CB95 De York

📋 copy color: '#80CB95'

red 128 ◦ green 203 ◦ blue 149

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

Shades of De York #80CB95

Tints of De York #80CB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 26.67%
G = 42.29%
B = 31.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#80CB95 (or 0x80CB95) is known color: De York. HEX triplet: 80, CB and 95. RGB value is (128,203,149). Sum of RGB (Red+Green+Blue) = 128+203+149=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB95 is #7F346A. Grayscale: #AEAEAE. Windows color (decimal): -8336491 or 9816960. OLE color: 9816960.

HSL color Cylindrical-coordinate representation of color #80CB95: hue angle of 136.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 #80CB95 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 149 -
CMYK 0.37 0 0.27 0.20
HSL 136.8º 0.42% 0.65% -
HSV(B) 136.8º 0.37% 0.8% -
XYZ 35.68 49.47 36.1 -
YUV 174.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 128 203 149 0.37 0 0.27 0.20 136.8 0.42 0.65
Hex 80 CB 95 25 0 1B 14 89 2A 41
Octal 200 313 225 45 0 33 24 211 52 101
Binary 10000000 11001011 10010101 100101 0 11011 10100 10001001 101010 1000001

Color Harmonies of #80CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB95

Black with #80CB95

Text Example


Text Example

White with #80CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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