Html Css Color HEX #77C486 De York

📋 copy color: '#77C486'

red 119 ◦ green 196 ◦ blue 134

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

Shades of De York #77C486

Tints of De York #77C486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 26.5%
G = 43.65%
B = 29.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#77C486 (or 0x77C486) is known color: De York. HEX triplet: 77, C4 and 86. RGB value is (119,196,134). Sum of RGB (Red+Green+Blue) = 119+196+134=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #77C486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C486 is #883B79. Grayscale: #A6A6A6. Windows color (decimal): -8928122 or 8832119. OLE color: 8832119.

HSL color Cylindrical-coordinate representation of color #77C486: hue angle of 131.69º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C486 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 196 134 -
CMYK 0.39 0 0.32 0.23
HSL 131.69º 0.39% 0.62% -
HSV(B) 131.69º 0.39% 0.77% -
XYZ 31.65 45.12 29.6 -
YUV 165.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 119 196 134 0.39 0 0.32 0.23 131.69 0.39 0.62
Hex 77 C4 86 27 0 20 17 84 27 3E
Octal 167 304 206 47 0 40 27 204 47 76
Binary 1110111 11000100 10000110 100111 0 100000 10111 10000100 100111 111110

Color Harmonies of #77C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C486

Black with #77C486

Text Example


Text Example

White with #77C486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,196,134); }

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

background-color css

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

 a { background-color: rgb(119,196,134); }

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

border-color css

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

 span { border-color: rgb(119,196,134); }

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