Html Css Color HEX #77D990 De York

📋 copy color: '#77D990'

red 119 ◦ green 217 ◦ blue 144

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

Shades of De York #77D990

Tints of De York #77D990

RGB

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

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

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

R = 24.79%
G = 45.21%
B = 30%

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

#77D990 (or 0x77D990) is known color: De York. HEX triplet: 77, D9 and 90. RGB value is (119,217,144). Sum of RGB (Red+Green+Blue) = 119+217+144=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #77D990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D990 is #88266F. Grayscale: #B3B3B3. Windows color (decimal): -8922736 or 9492855. OLE color: 9492855.

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

Color convert

RGB 119 217 144 -
CMYK 0.45 0 0.34 0.15
HSL 135.31º 0.56% 0.66% -
HSV(B) 135.31º 0.45% 0.85% -
XYZ 37.45 55.56 35.14 -
YUV 179.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 119 217 144 0.45 0 0.34 0.15 135.31 0.56 0.66
Hex 77 D9 90 2D 0 22 F 87 38 42
Octal 167 331 220 55 0 42 17 207 70 102
Binary 1110111 11011001 10010000 101101 0 100010 1111 10000111 111000 1000010

Color Harmonies of #77D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D990

Black with #77D990

Text Example


Text Example

White with #77D990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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