Html Css Color HEX #76D990 De York

📋 copy color: '#76D990'

red 118 ◦ green 217 ◦ blue 144

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

Shades of De York #76D990

Tints of De York #76D990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 24.63%
G = 45.3%
B = 30.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#76D990 (or 0x76D990) is known color: De York. HEX triplet: 76, D9 and 90. RGB value is (118,217,144). Sum of RGB (Red+Green+Blue) = 118+217+144=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #76D990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D990 is #89266F. Grayscale: #B3B3B3. Windows color (decimal): -8988272 or 9492854. OLE color: 9492854.

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

Color convert

RGB 118 217 144 -
CMYK 0.46 0 0.34 0.15
HSL 135.76º 0.57% 0.66% -
HSV(B) 135.76º 0.46% 0.85% -
XYZ 37.32 55.49 35.13 -
YUV 179.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 118 217 144 0.46 0 0.34 0.15 135.76 0.57 0.66
Hex 76 D9 90 2E 0 22 F 88 39 42
Octal 166 331 220 56 0 42 17 210 71 102
Binary 1110110 11011001 10010000 101110 0 100010 1111 10001000 111001 1000010

Color Harmonies of #76D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D990

Black with #76D990

Text Example


Text Example

White with #76D990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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