Html Css Color HEX #77DB96 De York

📋 copy color: '#77DB96'

red 119 ◦ green 219 ◦ blue 150

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

Shades of De York #77DB96

Tints of De York #77DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 24.39%
G = 44.88%
B = 30.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#77DB96 (or 0x77DB96) is known color: De York. HEX triplet: 77, DB and 96. RGB value is (119,219,150). Sum of RGB (Red+Green+Blue) = 119+219+150=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB96 is #882469. Grayscale: #B5B5B5. Windows color (decimal): -8922218 or 9886583. OLE color: 9886583.

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

Color convert

RGB 119 219 150 -
CMYK 0.46 0 0.32 0.14
HSL 138.6º 0.58% 0.66% -
HSV(B) 138.6º 0.46% 0.86% -
XYZ 38.44 56.79 37.79 -
YUV 181.23 110.37 83.61 -
System Red Green Blue C M Y K H S L
Decimal 119 219 150 0.46 0 0.32 0.14 138.6 0.58 0.66
Hex 77 DB 96 2E 0 20 E 8B 3A 42
Octal 167 333 226 56 0 40 16 213 72 102
Binary 1110111 11011011 10010110 101110 0 100000 1110 10001011 111010 1000010

Color Harmonies of #77DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB96

Black with #77DB96

Text Example


Text Example

White with #77DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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