Html Css Color HEX #7FCC80 De York

📋 copy color: '#7FCC80'

red 127 ◦ green 204 ◦ blue 128

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

Shades of De York #7FCC80

Tints of De York #7FCC80

RGB

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

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

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

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

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 127 204 128 -
CMYK 0.38 0 0.37 0.2
HSL 120.78º 0.43% 0.65% -
HSV(B) 120.78º 0.38% 0.8% -
XYZ 34.24 49.26 28.12 -
YUV 172.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 127 204 128 0.38 0 0.37 0.2 120.78 0.43 0.65
Hex 7F CC 80 26 0 25 14 79 2B 41
Octal 177 314 200 46 0 45 24 171 53 101
Binary 1111111 11001100 10000000 100110 0 100101 10100 1111001 101011 1000001

Color Harmonies of #7FCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC80

Black with #7FCC80

Text Example


Text Example

White with #7FCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCC80; }

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

 H1.HeaderClassName
 {
   color: #7FCC80;
 }
 .AnyTagClassName
 {
   color: #7FCC80;
 }
</style>

background-color css

<style>
 a { background-color: #7FCC80; }

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

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

border-color css

<style>
 span { border-color: #7FCC80; }

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

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