Html Css Color HEX #80CC7D De York

📋 copy color: '#80CC7D'

red 128 ◦ green 204 ◦ blue 125

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

Shades of De York #80CC7D

Tints of De York #80CC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 28.01%
G = 44.64%
B = 27.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#80CC7D (or 0x80CC7D) is known color: De York. HEX triplet: 80, CC and 7D. RGB value is (128,204,125). Sum of RGB (Red+Green+Blue) = 128+204+125=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC7D is #7F3382. Grayscale: #ACACAC. Windows color (decimal): -8336259 or 8244352. OLE color: 8244352.

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

Color convert

RGB 128 204 125 -
CMYK 0.37 0 0.39 0.2
HSL 117.72º 0.44% 0.65% -
HSV(B) 117.72º 0.39% 0.8% -
XYZ 34.2 49.26 27.11 -
YUV 172.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 128 204 125 0.37 0 0.39 0.2 117.72 0.44 0.65
Hex 80 CC 7D 25 0 27 14 76 2C 41
Octal 200 314 175 45 0 47 24 166 54 101
Binary 10000000 11001100 1111101 100101 0 100111 10100 1110110 101100 1000001

Color Harmonies of #80CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC7D

Black with #80CC7D

Text Example


Text Example

White with #80CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,125); }

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

background-color css

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

 a { background-color: rgb(128,204,125); }

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

border-color css

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

 span { border-color: rgb(128,204,125); }

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