Html Css Color HEX #77DC94 De York

📋 copy color: '#77DC94'

red 119 ◦ green 220 ◦ blue 148

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

Shades of De York #77DC94

Tints of De York #77DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 24.44%
G = 45.17%
B = 30.39%

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

#77DC94 (or 0x77DC94) is known color: De York. HEX triplet: 77, DC and 94. RGB value is (119,220,148). Sum of RGB (Red+Green+Blue) = 119+220+148=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC94 is #88236B. Grayscale: #B5B5B5. Windows color (decimal): -8921964 or 9755767. OLE color: 9755767.

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

Color convert

RGB 119 220 148 -
CMYK 0.46 0 0.33 0.14
HSL 137.23º 0.59% 0.66% -
HSV(B) 137.23º 0.46% 0.86% -
XYZ 38.55 57.25 37.04 -
YUV 181.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 119 220 148 0.46 0 0.33 0.14 137.23 0.59 0.66
Hex 77 DC 94 2E 0 21 E 89 3B 42
Octal 167 334 224 56 0 41 16 211 73 102
Binary 1110111 11011100 10010100 101110 0 100001 1110 10001001 111011 1000010

Color Harmonies of #77DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DC94

Black with #77DC94

Text Example


Text Example

White with #77DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,220,148); }

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

background-color css

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

 a { background-color: rgb(119,220,148); }

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

border-color css

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

 span { border-color: rgb(119,220,148); }

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