Html Css Color HEX #77DA90 De York

📋 copy color: '#77DA90'

red 119 ◦ green 218 ◦ blue 144

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

Shades of De York #77DA90

Tints of De York #77DA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 24.74%
G = 45.32%
B = 29.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#77DA90 (or 0x77DA90) is known color: De York. HEX triplet: 77, DA and 90. RGB value is (119,218,144). Sum of RGB (Red+Green+Blue) = 119+218+144=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA90 is #88256F. Grayscale: #B4B4B4. Windows color (decimal): -8922480 or 9493111. OLE color: 9493111.

HSL color Cylindrical-coordinate representation of color #77DA90: hue angle of 135.15º 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 #77DA90 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 144 -
CMYK 0.45 0 0.34 0.15
HSL 135.15º 0.57% 0.66% -
HSV(B) 135.15º 0.45% 0.85% -
XYZ 37.71 56.08 35.22 -
YUV 179.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 119 218 144 0.45 0 0.34 0.15 135.15 0.57 0.66
Hex 77 DA 90 2D 0 22 F 87 39 42
Octal 167 332 220 55 0 42 17 207 71 102
Binary 1110111 11011010 10010000 101101 0 100010 1111 10000111 111001 1000010

Color Harmonies of #77DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DA90

Black with #77DA90

Text Example


Text Example

White with #77DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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