Html Css Color HEX #76C880 De York

📋 copy color: '#76C880'

red 118 ◦ green 200 ◦ blue 128

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

Shades of De York #76C880

Tints of De York #76C880

RGB

 RED value IS 118 (46.48% from 255) = 26.46%

 GREEN value IS 200 (78.52% from 255) = 44.84%

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

R = 26.46%
G = 44.84%
B = 28.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#76C880 (or 0x76C880) is known color: De York. HEX triplet: 76, C8 and 80. RGB value is (118,200,128). Sum of RGB (Red+Green+Blue) = 118+200+128=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #76C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C880 is #89377F. Grayscale: #A7A7A7. Windows color (decimal): -8992640 or 8439926. OLE color: 8439926.

HSL color Cylindrical-coordinate representation of color #76C880: hue angle of 127.32º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C880 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 128 -
CMYK 0.41 0 0.36 0.22
HSL 127.32º 0.43% 0.62% -
HSV(B) 127.32º 0.41% 0.78% -
XYZ 32.02 46.72 27.75 -
YUV 167.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 118 200 128 0.41 0 0.36 0.22 127.32 0.43 0.62
Hex 76 C8 80 29 0 24 16 7F 2B 3E
Octal 166 310 200 51 0 44 26 177 53 76
Binary 1110110 11001000 10000000 101001 0 100100 10110 1111111 101011 111110

Color Harmonies of #76C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C880

Black with #76C880

Text Example


Text Example

White with #76C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C880; }

 p { color: rgb(118,200,128); }

 H1.HeaderClassName
 {
   color: #76C880;
 }
 .AnyTagClassName
 {
   color: #76C880;
 }
</style>

background-color css

<style>
 a { background-color: #76C880; }

 a { background-color: rgb(118,200,128); }

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

border-color css

<style>
 span { border-color: #76C880; }

 span { border-color: rgb(118,200,128); }

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