Html Css Color HEX #80D68A De York

📋 copy color: '#80D68A'

red 128 ◦ green 214 ◦ blue 138

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

Shades of De York #80D68A

Tints of De York #80D68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 26.67%
G = 44.58%
B = 28.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#80D68A (or 0x80D68A) is known color: De York. HEX triplet: 80, D6 and 8A. RGB value is (128,214,138). Sum of RGB (Red+Green+Blue) = 128+214+138=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #80D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D68A is #7F2975. Grayscale: #B3B3B3. Windows color (decimal): -8333686 or 9098880. OLE color: 9098880.

HSL color Cylindrical-coordinate representation of color #80D68A: hue angle of 126.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D68A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 138 -
CMYK 0.40 0 0.36 0.16
HSL 126.98º 0.51% 0.67% -
HSV(B) 126.98º 0.4% 0.84% -
XYZ 37.54 54.52 32.59 -
YUV 179.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 128 214 138 0.40 0 0.36 0.16 126.98 0.51 0.67
Hex 80 D6 8A 28 0 24 10 7F 33 43
Octal 200 326 212 50 0 44 20 177 63 103
Binary 10000000 11010110 10001010 101000 0 100100 10000 1111111 110011 1000011

Color Harmonies of #80D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D68A

Black with #80D68A

Text Example


Text Example

White with #80D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,138); }

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

background-color css

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

 a { background-color: rgb(128,214,138); }

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

border-color css

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

 span { border-color: rgb(128,214,138); }

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