Html Css Color HEX #76DB94 De York

📋 copy color: '#76DB94'

red 118 ◦ green 219 ◦ blue 148

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

Shades of De York #76DB94

Tints of De York #76DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 24.33%
G = 45.15%
B = 30.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#76DB94 (or 0x76DB94) is known color: De York. HEX triplet: 76, DB and 94. RGB value is (118,219,148). Sum of RGB (Red+Green+Blue) = 118+219+148=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB94 is #89246B. Grayscale: #B4B4B4. Windows color (decimal): -8987756 or 9755510. OLE color: 9755510.

HSL color Cylindrical-coordinate representation of color #76DB94: hue angle of 137.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DB94 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 148 -
CMYK 0.46 0 0.32 0.14
HSL 137.82º 0.58% 0.66% -
HSV(B) 137.82º 0.46% 0.86% -
XYZ 38.15 56.65 36.94 -
YUV 180.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 118 219 148 0.46 0 0.32 0.14 137.82 0.58 0.66
Hex 76 DB 94 2E 0 20 E 8A 3A 42
Octal 166 333 224 56 0 40 16 212 72 102
Binary 1110110 11011011 10010100 101110 0 100000 1110 10001010 111010 1000010

Color Harmonies of #76DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB94

Black with #76DB94

Text Example


Text Example

White with #76DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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