Html Css Color HEX #77D995 De York

📋 copy color: '#77D995'

red 119 ◦ green 217 ◦ blue 149

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

Shades of De York #77D995

Tints of De York #77D995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 24.54%
G = 44.74%
B = 30.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#77D995 (or 0x77D995) is known color: De York. HEX triplet: 77, D9 and 95. RGB value is (119,217,149). Sum of RGB (Red+Green+Blue) = 119+217+149=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #77D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D995 is #88266A. Grayscale: #B4B4B4. Windows color (decimal): -8922731 or 9820535. OLE color: 9820535.

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

Color convert

RGB 119 217 149 -
CMYK 0.45 0 0.31 0.15
HSL 138.37º 0.56% 0.66% -
HSV(B) 138.37º 0.45% 0.85% -
XYZ 37.85 55.72 37.19 -
YUV 179.95 110.53 84.53 -
System Red Green Blue C M Y K H S L
Decimal 119 217 149 0.45 0 0.31 0.15 138.37 0.56 0.66
Hex 77 D9 95 2D 0 1F F 8A 38 42
Octal 167 331 225 55 0 37 17 212 70 102
Binary 1110111 11011001 10010101 101101 0 11111 1111 10001010 111000 1000010

Color Harmonies of #77D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D995

Black with #77D995

Text Example


Text Example

White with #77D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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