Html Css Color HEX #77DB92 De York

📋 copy color: '#77DB92'

red 119 ◦ green 219 ◦ blue 146

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

Shades of De York #77DB92

Tints of De York #77DB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 24.59%
G = 45.25%
B = 30.17%

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

#77DB92 (or 0x77DB92) is known color: De York. HEX triplet: 77, DB and 92. RGB value is (119,219,146). Sum of RGB (Red+Green+Blue) = 119+219+146=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB92 is #88246D. Grayscale: #B4B4B4. Windows color (decimal): -8922222 or 9624439. OLE color: 9624439.

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

Color convert

RGB 119 219 146 -
CMYK 0.46 0 0.33 0.14
HSL 136.2º 0.58% 0.66% -
HSV(B) 136.2º 0.46% 0.86% -
XYZ 38.13 56.66 36.12 -
YUV 180.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 119 219 146 0.46 0 0.33 0.14 136.2 0.58 0.66
Hex 77 DB 92 2E 0 21 E 88 3A 42
Octal 167 333 222 56 0 41 16 210 72 102
Binary 1110111 11011011 10010010 101110 0 100001 1110 10001000 111010 1000010

Color Harmonies of #77DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB92

Black with #77DB92

Text Example


Text Example

White with #77DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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