Html Css Color HEX #80CE7A De York

📋 copy color: '#80CE7A'

red 128 ◦ green 206 ◦ blue 122

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

Shades of De York #80CE7A

Tints of De York #80CE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 28.07%
G = 45.18%
B = 26.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#80CE7A (or 0x80CE7A) is known color: De York. HEX triplet: 80, CE and 7A. RGB value is (128,206,122). Sum of RGB (Red+Green+Blue) = 128+206+122=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE7A is #7F3185. Grayscale: #ADADAD. Windows color (decimal): -8335750 or 8048256. OLE color: 8048256.

HSL color Cylindrical-coordinate representation of color #80CE7A: hue angle of 115.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CE7A is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 122 -
CMYK 0.38 0 0.41 0.19
HSL 115.71º 0.46% 0.64% -
HSV(B) 115.71º 0.41% 0.81% -
XYZ 34.49 50.14 26.27 -
YUV 173.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 128 206 122 0.38 0 0.41 0.19 115.71 0.46 0.64
Hex 80 CE 7A 26 0 29 13 74 2E 40
Octal 200 316 172 46 0 51 23 164 56 100
Binary 10000000 11001110 1111010 100110 0 101001 10011 1110100 101110 1000000

Color Harmonies of #80CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE7A

Black with #80CE7A

Text Example


Text Example

White with #80CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,122); }

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

background-color css

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

 a { background-color: rgb(128,206,122); }

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

border-color css

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

 span { border-color: rgb(128,206,122); }

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