Html Css Color HEX #76D98D De York

📋 copy color: '#76D98D'

red 118 ◦ green 217 ◦ blue 141

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

Shades of De York #76D98D

Tints of De York #76D98D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

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

R = 24.79%
G = 45.59%
B = 29.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#76D98D (or 0x76D98D) is known color: De York. HEX triplet: 76, D9 and 8D. RGB value is (118,217,141). Sum of RGB (Red+Green+Blue) = 118+217+141=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #76D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D98D is #892672. Grayscale: #B2B2B2. Windows color (decimal): -8988275 or 9296246. OLE color: 9296246.

HSL color Cylindrical-coordinate representation of color #76D98D: hue angle of 133.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D98D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 141 -
CMYK 0.46 0 0.35 0.15
HSL 133.94º 0.57% 0.66% -
HSV(B) 133.94º 0.46% 0.85% -
XYZ 37.09 55.4 33.94 -
YUV 178.74 106.7 84.68 -
System Red Green Blue C M Y K H S L
Decimal 118 217 141 0.46 0 0.35 0.15 133.94 0.57 0.66
Hex 76 D9 8D 2E 0 23 F 86 39 42
Octal 166 331 215 56 0 43 17 206 71 102
Binary 1110110 11011001 10001101 101110 0 100011 1111 10000110 111001 1000010

Color Harmonies of #76D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D98D

Black with #76D98D

Text Example


Text Example

White with #76D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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