Html Css Color HEX #76D58C De York

📋 copy color: '#76D58C'

red 118 ◦ green 213 ◦ blue 140

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

Shades of De York #76D58C

Tints of De York #76D58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 25.05%
G = 45.22%
B = 29.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#76D58C (or 0x76D58C) is known color: De York. HEX triplet: 76, D5 and 8C. RGB value is (118,213,140). Sum of RGB (Red+Green+Blue) = 118+213+140=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #76D58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D58C is #892A73. Grayscale: #B0B0B0. Windows color (decimal): -8989300 or 9229686. OLE color: 9229686.

HSL color Cylindrical-coordinate representation of color #76D58C: hue angle of 133.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D58C is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 140 -
CMYK 0.45 0 0.34 0.16
HSL 133.89º 0.53% 0.65% -
HSV(B) 133.89º 0.45% 0.84% -
XYZ 36 53.33 33.21 -
YUV 176.27 107.53 86.44 -
System Red Green Blue C M Y K H S L
Decimal 118 213 140 0.45 0 0.34 0.16 133.89 0.53 0.65
Hex 76 D5 8C 2D 0 22 10 86 35 41
Octal 166 325 214 55 0 42 20 206 65 101
Binary 1110110 11010101 10001100 101101 0 100010 10000 10000110 110101 1000001

Color Harmonies of #76D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D58C

Black with #76D58C

Text Example


Text Example

White with #76D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,213,140); }

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

background-color css

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

 a { background-color: rgb(118,213,140); }

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

border-color css

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

 span { border-color: rgb(118,213,140); }

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