Html Css Color HEX #76D486 De York

📋 copy color: '#76D486'

red 118 ◦ green 212 ◦ blue 134

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

Shades of De York #76D486

Tints of De York #76D486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 25.43%
G = 45.69%
B = 28.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#76D486 (or 0x76D486) is known color: De York. HEX triplet: 76, D4 and 86. RGB value is (118,212,134). Sum of RGB (Red+Green+Blue) = 118+212+134=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #76D486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D486 is #892B79. Grayscale: #AFAFAF. Windows color (decimal): -8989562 or 8836214. OLE color: 8836214.

HSL color Cylindrical-coordinate representation of color #76D486: hue angle of 130.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D486 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 212 134 -
CMYK 0.44 0 0.37 0.17
HSL 130.21º 0.52% 0.65% -
HSV(B) 130.21º 0.44% 0.83% -
XYZ 35.32 52.66 30.86 -
YUV 175 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 118 212 134 0.44 0 0.37 0.17 130.21 0.52 0.65
Hex 76 D4 86 2C 0 25 11 82 34 41
Octal 166 324 206 54 0 45 21 202 64 101
Binary 1110110 11010100 10000110 101100 0 100101 10001 10000010 110100 1000001

Color Harmonies of #76D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D486

Black with #76D486

Text Example


Text Example

White with #76D486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,134); }

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

background-color css

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

 a { background-color: rgb(118,212,134); }

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

border-color css

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

 span { border-color: rgb(118,212,134); }

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