Html Css Color HEX #77DB91 De York

📋 copy color: '#77DB91'

red 119 ◦ green 219 ◦ blue 145

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

Shades of De York #77DB91

Tints of De York #77DB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 24.64%
G = 45.34%
B = 30.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#77DB91 (or 0x77DB91) is known color: De York. HEX triplet: 77, DB and 91. RGB value is (119,219,145). Sum of RGB (Red+Green+Blue) = 119+219+145=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB91 is #88246E. Grayscale: #B4B4B4. Windows color (decimal): -8922223 or 9558903. OLE color: 9558903.

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

Color convert

RGB 119 219 145 -
CMYK 0.46 0 0.34 0.14
HSL 135.6º 0.58% 0.66% -
HSV(B) 135.6º 0.46% 0.86% -
XYZ 38.05 56.63 35.71 -
YUV 180.66 107.87 84.02 -
System Red Green Blue C M Y K H S L
Decimal 119 219 145 0.46 0 0.34 0.14 135.6 0.58 0.66
Hex 77 DB 91 2E 0 22 E 88 3A 42
Octal 167 333 221 56 0 42 16 210 72 102
Binary 1110111 11011011 10010001 101110 0 100010 1110 10001000 111010 1000010

Color Harmonies of #77DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB91

Black with #77DB91

Text Example


Text Example

White with #77DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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