Html Css Color HEX #77CD8C De York

📋 copy color: '#77CD8C'

red 119 ◦ green 205 ◦ blue 140

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

Shades of De York #77CD8C

Tints of De York #77CD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 25.65%
G = 44.18%
B = 30.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#77CD8C (or 0x77CD8C) is known color: De York. HEX triplet: 77, CD and 8C. RGB value is (119,205,140). Sum of RGB (Red+Green+Blue) = 119+205+140=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CD8C is #883273. Grayscale: #ACACAC. Windows color (decimal): -8925812 or 9227639. OLE color: 9227639.

HSL color Cylindrical-coordinate representation of color #77CD8C: hue angle of 134.65º 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 #77CD8C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 140 -
CMYK 0.42 0 0.32 0.20
HSL 134.65º 0.46% 0.64% -
HSV(B) 134.65º 0.42% 0.8% -
XYZ 34.17 49.48 32.56 -
YUV 171.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 119 205 140 0.42 0 0.32 0.20 134.65 0.46 0.64
Hex 77 CD 8C 2A 0 20 14 87 2E 40
Octal 167 315 214 52 0 40 24 207 56 100
Binary 1110111 11001101 10001100 101010 0 100000 10100 10000111 101110 1000000

Color Harmonies of #77CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD8C

Black with #77CD8C

Text Example


Text Example

White with #77CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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