Html Css Color HEX #76D082 De York

📋 copy color: '#76D082'

red 118 ◦ green 208 ◦ blue 130

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

Shades of De York #76D082

Tints of De York #76D082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 25.88%
G = 45.61%
B = 28.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#76D082 (or 0x76D082) is known color: De York. HEX triplet: 76, D0 and 82. RGB value is (118,208,130). Sum of RGB (Red+Green+Blue) = 118+208+130=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #76D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D082 is #892F7D. Grayscale: #ACACAC. Windows color (decimal): -8990590 or 8573046. OLE color: 8573046.

HSL color Cylindrical-coordinate representation of color #76D082: hue angle of 128º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D082 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 130 -
CMYK 0.43 0 0.38 0.18
HSL 128º 0.49% 0.64% -
HSV(B) 128º 0.43% 0.82% -
XYZ 34.06 50.58 29.09 -
YUV 172.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 118 208 130 0.43 0 0.38 0.18 128 0.49 0.64
Hex 76 D0 82 2B 0 26 12 80 31 40
Octal 166 320 202 53 0 46 22 200 61 100
Binary 1110110 11010000 10000010 101011 0 100110 10010 10000000 110001 1000000

Color Harmonies of #76D082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D082

Black with #76D082

Text Example


Text Example

White with #76D082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,130); }

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

background-color css

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

 a { background-color: rgb(118,208,130); }

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

border-color css

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

 span { border-color: rgb(118,208,130); }

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