Html Css Color HEX #77DB94 De York

📋 copy color: '#77DB94'

red 119 ◦ green 219 ◦ blue 148

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

Shades of De York #77DB94

Tints of De York #77DB94

RGB

 RED value IS 119 (46.88% from 255) = 24.49%

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

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

R = 24.49%
G = 45.06%
B = 30.45%

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

#77DB94 (or 0x77DB94) is known color: De York. HEX triplet: 77, DB and 94. RGB value is (119,219,148). Sum of RGB (Red+Green+Blue) = 119+219+148=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB94 is #88246B. Grayscale: #B5B5B5. Windows color (decimal): -8922220 or 9755511. OLE color: 9755511.

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

Color convert

RGB 119 219 148 -
CMYK 0.46 0 0.32 0.14
HSL 137.4º 0.58% 0.66% -
HSV(B) 137.4º 0.46% 0.86% -
XYZ 38.28 56.72 36.95 -
YUV 181.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 119 219 148 0.46 0 0.32 0.14 137.4 0.58 0.66
Hex 77 DB 94 2E 0 20 E 89 3A 42
Octal 167 333 224 56 0 40 16 211 72 102
Binary 1110111 11011011 10010100 101110 0 100000 1110 10001001 111010 1000010

Color Harmonies of #77DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB94

Black with #77DB94

Text Example


Text Example

White with #77DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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