Html Css Color HEX #77DA94 De York

📋 copy color: '#77DA94'

red 119 ◦ green 218 ◦ blue 148

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

Shades of De York #77DA94

Tints of De York #77DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 24.54%
G = 44.95%
B = 30.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#77DA94 (or 0x77DA94) is known color: De York. HEX triplet: 77, DA and 94. RGB value is (119,218,148). Sum of RGB (Red+Green+Blue) = 119+218+148=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA94 is #88256B. Grayscale: #B4B4B4. Windows color (decimal): -8922476 or 9755255. OLE color: 9755255.

HSL color Cylindrical-coordinate representation of color #77DA94: 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.45%. Process color model (Four color, CMYK) of #77DA94 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 148 -
CMYK 0.45 0 0.32 0.15
HSL 137.58º 0.57% 0.66% -
HSV(B) 137.58º 0.45% 0.85% -
XYZ 38.02 56.2 36.86 -
YUV 180.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 119 218 148 0.45 0 0.32 0.15 137.58 0.57 0.66
Hex 77 DA 94 2D 0 20 F 8A 39 42
Octal 167 332 224 55 0 40 17 212 71 102
Binary 1110111 11011010 10010100 101101 0 100000 1111 10001010 111001 1000010

Color Harmonies of #77DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DA94

Black with #77DA94

Text Example


Text Example

White with #77DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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