Html Css Color HEX #76D994 De York

📋 copy color: '#76D994'

red 118 ◦ green 217 ◦ blue 148

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

Shades of De York #76D994

Tints of De York #76D994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 24.43%
G = 44.93%
B = 30.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#76D994 (or 0x76D994) is known color: De York. HEX triplet: 76, D9 and 94. RGB value is (118,217,148). Sum of RGB (Red+Green+Blue) = 118+217+148=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #76D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D994 is #89266B. Grayscale: #B3B3B3. Windows color (decimal): -8988268 or 9754998. OLE color: 9754998.

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

Color convert

RGB 118 217 148 -
CMYK 0.46 0 0.32 0.15
HSL 138.18º 0.57% 0.66% -
HSV(B) 138.18º 0.46% 0.85% -
XYZ 37.63 55.62 36.77 -
YUV 179.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 118 217 148 0.46 0 0.32 0.15 138.18 0.57 0.66
Hex 76 D9 94 2E 0 20 F 8A 39 42
Octal 166 331 224 56 0 40 17 212 71 102
Binary 1110110 11011001 10010100 101110 0 100000 1111 10001010 111001 1000010

Color Harmonies of #76D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D994

Black with #76D994

Text Example


Text Example

White with #76D994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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