Html Css Color HEX #76D992 De York

📋 copy color: '#76D992'

red 118 ◦ green 217 ◦ blue 146

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

Shades of De York #76D992

Tints of De York #76D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 24.53%
G = 45.11%
B = 30.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#76D992 (or 0x76D992) is known color: De York. HEX triplet: 76, D9 and 92. RGB value is (118,217,146). Sum of RGB (Red+Green+Blue) = 118+217+146=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #76D992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D992 is #89266D. Grayscale: #B3B3B3. Windows color (decimal): -8988270 or 9623926. OLE color: 9623926.

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

Color convert

RGB 118 217 146 -
CMYK 0.46 0 0.33 0.15
HSL 136.97º 0.57% 0.66% -
HSV(B) 136.97º 0.46% 0.85% -
XYZ 37.47 55.55 35.94 -
YUV 179.31 109.2 84.27 -
System Red Green Blue C M Y K H S L
Decimal 118 217 146 0.46 0 0.33 0.15 136.97 0.57 0.66
Hex 76 D9 92 2E 0 21 F 89 39 42
Octal 166 331 222 56 0 41 17 211 71 102
Binary 1110110 11011001 10010010 101110 0 100001 1111 10001001 111001 1000010

Color Harmonies of #76D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D992

Black with #76D992

Text Example


Text Example

White with #76D992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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