Html Css Color HEX #76D993 De York

📋 copy color: '#76D993'

red 118 ◦ green 217 ◦ blue 147

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

Shades of De York #76D993

Tints of De York #76D993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 24.48%
G = 45.02%
B = 30.5%

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

#76D993 (or 0x76D993) is known color: De York. HEX triplet: 76, D9 and 93. RGB value is (118,217,147). Sum of RGB (Red+Green+Blue) = 118+217+147=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #76D993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D993 is #89266C. Grayscale: #B3B3B3. Windows color (decimal): -8988269 or 9689462. OLE color: 9689462.

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

Color convert

RGB 118 217 147 -
CMYK 0.46 0 0.32 0.15
HSL 137.58º 0.57% 0.66% -
HSV(B) 137.58º 0.46% 0.85% -
XYZ 37.55 55.58 36.35 -
YUV 179.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 118 217 147 0.46 0 0.32 0.15 137.58 0.57 0.66
Hex 76 D9 93 2E 0 20 F 8A 39 42
Octal 166 331 223 56 0 40 17 212 71 102
Binary 1110110 11011001 10010011 101110 0 100000 1111 10001010 111001 1000010

Color Harmonies of #76D993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D993

Black with #76D993

Text Example


Text Example

White with #76D993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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