Html Css Color HEX #80C27D De York

📋 copy color: '#80C27D'

red 128 ◦ green 194 ◦ blue 125

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

Shades of De York #80C27D

Tints of De York #80C27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

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

R = 28.64%
G = 43.4%
B = 27.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#80C27D (or 0x80C27D) is known color: De York. HEX triplet: 80, C2 and 7D. RGB value is (128,194,125). Sum of RGB (Red+Green+Blue) = 128+194+125=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #80C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C27D is #7F3D82. Grayscale: #A6A6A6. Windows color (decimal): -8338819 or 8241792. OLE color: 8241792.

HSL color Cylindrical-coordinate representation of color #80C27D: hue angle of 117.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C27D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 125 -
CMYK 0.34 0 0.36 0.24
HSL 117.39º 0.36% 0.63% -
HSV(B) 117.39º 0.36% 0.76% -
XYZ 31.9 44.65 26.34 -
YUV 166.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 128 194 125 0.34 0 0.36 0.24 117.39 0.36 0.63
Hex 80 C2 7D 22 0 24 18 75 24 3F
Octal 200 302 175 42 0 44 30 165 44 77
Binary 10000000 11000010 1111101 100010 0 100100 11000 1110101 100100 111111

Color Harmonies of #80C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C27D

Black with #80C27D

Text Example


Text Example

White with #80C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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