Html Css Color HEX #80C085 De York

📋 copy color: '#80C085'

red 128 ◦ green 192 ◦ blue 133

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

Shades of De York #80C085

Tints of De York #80C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 28.26%
G = 42.38%
B = 29.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#80C085 (or 0x80C085) is known color: De York. HEX triplet: 80, C0 and 85. RGB value is (128,192,133). Sum of RGB (Red+Green+Blue) = 128+192+133=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #80C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C085 is #7F3F7A. Grayscale: #A6A6A6. Windows color (decimal): -8339323 or 8765568. OLE color: 8765568.

HSL color Cylindrical-coordinate representation of color #80C085: hue angle of 124.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C085 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 133 -
CMYK 0.33 0 0.31 0.25
HSL 124.69º 0.34% 0.63% -
HSV(B) 124.69º 0.33% 0.75% -
XYZ 31.99 43.98 28.99 -
YUV 166.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 128 192 133 0.33 0 0.31 0.25 124.69 0.34 0.63
Hex 80 C0 85 21 0 1F 19 7D 22 3F
Octal 200 300 205 41 0 37 31 175 42 77
Binary 10000000 11000000 10000101 100001 0 11111 11001 1111101 100010 111111

Color Harmonies of #80C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C085

Black with #80C085

Text Example


Text Example

White with #80C085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,133); }

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

background-color css

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

 a { background-color: rgb(128,192,133); }

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

border-color css

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

 span { border-color: rgb(128,192,133); }

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