Html Css Color HEX #77DB93 De York

📋 copy color: '#77DB93'

red 119 ◦ green 219 ◦ blue 147

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

Shades of De York #77DB93

Tints of De York #77DB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 24.54%
G = 45.15%
B = 30.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#77DB93 (or 0x77DB93) is known color: De York. HEX triplet: 77, DB and 93. RGB value is (119,219,147). Sum of RGB (Red+Green+Blue) = 119+219+147=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB93 is #88246C. Grayscale: #B5B5B5. Windows color (decimal): -8922221 or 9689975. OLE color: 9689975.

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

Color convert

RGB 119 219 147 -
CMYK 0.46 0 0.33 0.14
HSL 136.8º 0.58% 0.66% -
HSV(B) 136.8º 0.46% 0.86% -
XYZ 38.21 56.69 36.53 -
YUV 180.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 119 219 147 0.46 0 0.33 0.14 136.8 0.58 0.66
Hex 77 DB 93 2E 0 21 E 89 3A 42
Octal 167 333 223 56 0 41 16 211 72 102
Binary 1110111 11011011 10010011 101110 0 100001 1110 10001001 111010 1000010

Color Harmonies of #77DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB93

Black with #77DB93

Text Example


Text Example

White with #77DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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