Html Css Color HEX #76D18F De York

📋 copy color: '#76D18F'

red 118 ◦ green 209 ◦ blue 143

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

Shades of De York #76D18F

Tints of De York #76D18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 25.11%
G = 44.47%
B = 30.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#76D18F (or 0x76D18F) is known color: De York. HEX triplet: 76, D1 and 8F. RGB value is (118,209,143). Sum of RGB (Red+Green+Blue) = 118+209+143=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #76D18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D18F is #892E70. Grayscale: #AEAEAE. Windows color (decimal): -8990321 or 9425270. OLE color: 9425270.

HSL color Cylindrical-coordinate representation of color #76D18F: hue angle of 136.48º 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 #76D18F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 143 -
CMYK 0.44 0 0.32 0.18
HSL 136.48º 0.5% 0.64% -
HSV(B) 136.48º 0.44% 0.82% -
XYZ 35.23 51.44 34.06 -
YUV 174.27 110.35 87.87 -
System Red Green Blue C M Y K H S L
Decimal 118 209 143 0.44 0 0.32 0.18 136.48 0.5 0.64
Hex 76 D1 8F 2C 0 20 12 88 32 40
Octal 166 321 217 54 0 40 22 210 62 100
Binary 1110110 11010001 10001111 101100 0 100000 10010 10001000 110010 1000000

Color Harmonies of #76D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D18F

Black with #76D18F

Text Example


Text Example

White with #76D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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