Html Css Color HEX #76D18D De York

📋 copy color: '#76D18D'

red 118 ◦ green 209 ◦ blue 141

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

Shades of De York #76D18D

Tints of De York #76D18D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 25.21%
G = 44.66%
B = 30.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#76D18D (or 0x76D18D) is known color: De York. HEX triplet: 76, D1 and 8D. RGB value is (118,209,141). Sum of RGB (Red+Green+Blue) = 118+209+141=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #76D18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D18D is #892E72. Grayscale: #AEAEAE. Windows color (decimal): -8990323 or 9294198. OLE color: 9294198.

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

Color convert

RGB 118 209 141 -
CMYK 0.44 0 0.33 0.18
HSL 135.16º 0.5% 0.64% -
HSV(B) 135.16º 0.44% 0.82% -
XYZ 35.08 51.38 33.27 -
YUV 174.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 118 209 141 0.44 0 0.33 0.18 135.16 0.5 0.64
Hex 76 D1 8D 2C 0 21 12 87 32 40
Octal 166 321 215 54 0 41 22 207 62 100
Binary 1110110 11010001 10001101 101100 0 100001 10010 10000111 110010 1000000

Color Harmonies of #76D18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D18D

Black with #76D18D

Text Example


Text Example

White with #76D18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,141); }

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

background-color css

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

 a { background-color: rgb(118,209,141); }

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

border-color css

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

 span { border-color: rgb(118,209,141); }

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