Html Css Color HEX #76BE80 De York

📋 copy color: '#76BE80'

red 118 ◦ green 190 ◦ blue 128

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

Shades of De York #76BE80

Tints of De York #76BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

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

R = 27.06%
G = 43.58%
B = 29.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#76BE80 (or 0x76BE80) is known color: De York. HEX triplet: 76, BE and 80. RGB value is (118,190,128). Sum of RGB (Red+Green+Blue) = 118+190+128=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BE80 is #89417F. Grayscale: #A1A1A1. Windows color (decimal): -8995200 or 8437366. OLE color: 8437366.

HSL color Cylindrical-coordinate representation of color #76BE80: hue angle of 128.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE80 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 128 -
CMYK 0.38 0 0.33 0.25
HSL 128.33º 0.36% 0.6% -
HSV(B) 128.33º 0.38% 0.75% -
XYZ 29.78 42.24 27.01 -
YUV 161.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 118 190 128 0.38 0 0.33 0.25 128.33 0.36 0.6
Hex 76 BE 80 26 0 21 19 80 24 3C
Octal 166 276 200 46 0 41 31 200 44 74
Binary 1110110 10111110 10000000 100110 0 100001 11001 10000000 100100 111100

Color Harmonies of #76BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE80

Black with #76BE80

Text Example


Text Example

White with #76BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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