Html Css Color HEX #77CA8C De York

📋 copy color: '#77CA8C'

red 119 ◦ green 202 ◦ blue 140

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

Shades of De York #77CA8C

Tints of De York #77CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 25.81%
G = 43.82%
B = 30.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#77CA8C (or 0x77CA8C) is known color: De York. HEX triplet: 77, CA and 8C. RGB value is (119,202,140). Sum of RGB (Red+Green+Blue) = 119+202+140=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA8C is #883573. Grayscale: #AAAAAA. Windows color (decimal): -8926580 or 9226871. OLE color: 9226871.

HSL color Cylindrical-coordinate representation of color #77CA8C: hue angle of 135.18º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CA8C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 140 -
CMYK 0.41 0 0.31 0.21
HSL 135.18º 0.44% 0.63% -
HSV(B) 135.18º 0.41% 0.79% -
XYZ 33.46 48.06 32.32 -
YUV 170.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 119 202 140 0.41 0 0.31 0.21 135.18 0.44 0.63
Hex 77 CA 8C 29 0 1F 15 87 2C 3F
Octal 167 312 214 51 0 37 25 207 54 77
Binary 1110111 11001010 10001100 101001 0 11111 10101 10000111 101100 111111

Color Harmonies of #77CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA8C

Black with #77CA8C

Text Example


Text Example

White with #77CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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