Html Css Color HEX #80CD90 De York

📋 copy color: '#80CD90'

red 128 ◦ green 205 ◦ blue 144

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

Shades of De York #80CD90

Tints of De York #80CD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 26.83%
G = 42.98%
B = 30.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#80CD90 (or 0x80CD90) is known color: De York. HEX triplet: 80, CD and 90. RGB value is (128,205,144). Sum of RGB (Red+Green+Blue) = 128+205+144=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD90 is #7F326F. Grayscale: #AFAFAF. Windows color (decimal): -8335984 or 9489792. OLE color: 9489792.

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

Color convert

RGB 128 205 144 -
CMYK 0.38 0 0.30 0.20
HSL 132.47º 0.44% 0.65% -
HSV(B) 132.47º 0.38% 0.8% -
XYZ 35.77 50.27 34.2 -
YUV 175.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 128 205 144 0.38 0 0.30 0.20 132.47 0.44 0.65
Hex 80 CD 90 26 0 1E 14 84 2C 41
Octal 200 315 220 46 0 36 24 204 54 101
Binary 10000000 11001101 10010000 100110 0 11110 10100 10000100 101100 1000001

Color Harmonies of #80CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD90

Black with #80CD90

Text Example


Text Example

White with #80CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,144); }

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

background-color css

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

 a { background-color: rgb(128,205,144); }

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

border-color css

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

 span { border-color: rgb(128,205,144); }

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