Html Css Color HEX #80CC7F De York

📋 copy color: '#80CC7F'

red 128 ◦ green 204 ◦ blue 127

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

Shades of De York #80CC7F

Tints of De York #80CC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 27.89%
G = 44.44%
B = 27.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#80CC7F (or 0x80CC7F) is known color: De York. HEX triplet: 80, CC and 7F. RGB value is (128,204,127). Sum of RGB (Red+Green+Blue) = 128+204+127=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC7F is #7F3380. Grayscale: #ACACAC. Windows color (decimal): -8336257 or 8375424. OLE color: 8375424.

HSL color Cylindrical-coordinate representation of color #80CC7F: hue angle of 119.22º degrees, saturation: 0.43, 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 #80CC7F is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 127 -
CMYK 0.37 0 0.38 0.2
HSL 119.22º 0.43% 0.65% -
HSV(B) 119.22º 0.38% 0.8% -
XYZ 34.33 49.31 27.79 -
YUV 172.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 128 204 127 0.37 0 0.38 0.2 119.22 0.43 0.65
Hex 80 CC 7F 25 0 26 14 77 2B 41
Octal 200 314 177 45 0 46 24 167 53 101
Binary 10000000 11001100 1111111 100101 0 100110 10100 1110111 101011 1000001

Color Harmonies of #80CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC7F

Black with #80CC7F

Text Example


Text Example

White with #80CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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