Html Css Color HEX #77CD86 De York

📋 copy color: '#77CD86'

red 119 ◦ green 205 ◦ blue 134

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

Shades of De York #77CD86

Tints of De York #77CD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

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

R = 25.98%
G = 44.76%
B = 29.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#77CD86 (or 0x77CD86) is known color: De York. HEX triplet: 77, CD and 86. RGB value is (119,205,134). Sum of RGB (Red+Green+Blue) = 119+205+134=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CD86 is #883279. Grayscale: #ABABAB. Windows color (decimal): -8925818 or 8834423. OLE color: 8834423.

HSL color Cylindrical-coordinate representation of color #77CD86: hue angle of 130.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CD86 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 134 -
CMYK 0.42 0 0.35 0.20
HSL 130.47º 0.46% 0.64% -
HSV(B) 130.47º 0.42% 0.8% -
XYZ 33.74 49.31 30.29 -
YUV 171.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 119 205 134 0.42 0 0.35 0.20 130.47 0.46 0.64
Hex 77 CD 86 2A 0 23 14 82 2E 40
Octal 167 315 206 52 0 43 24 202 56 100
Binary 1110111 11001101 10000110 101010 0 100011 10100 10000010 101110 1000000

Color Harmonies of #77CD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD86

Black with #77CD86

Text Example


Text Example

White with #77CD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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