Html Css Color HEX #77CA8D De York

📋 copy color: '#77CA8D'

red 119 ◦ green 202 ◦ blue 141

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

Shades of De York #77CA8D

Tints of De York #77CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 25.76%
G = 43.72%
B = 30.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#77CA8D (or 0x77CA8D) is known color: De York. HEX triplet: 77, CA and 8D. RGB value is (119,202,141). Sum of RGB (Red+Green+Blue) = 119+202+141=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA8D is #883572. Grayscale: #AAAAAA. Windows color (decimal): -8926579 or 9292407. OLE color: 9292407.

HSL color Cylindrical-coordinate representation of color #77CA8D: hue angle of 135.9º 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 #77CA8D is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 141 -
CMYK 0.41 0 0.30 0.21
HSL 135.9º 0.44% 0.63% -
HSV(B) 135.9º 0.41% 0.79% -
XYZ 33.54 48.09 32.71 -
YUV 170.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 119 202 141 0.41 0 0.30 0.21 135.9 0.44 0.63
Hex 77 CA 8D 29 0 1E 15 88 2C 3F
Octal 167 312 215 51 0 36 25 210 54 77
Binary 1110111 11001010 10001101 101001 0 11110 10101 10001000 101100 111111

Color Harmonies of #77CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA8D

Black with #77CA8D

Text Example


Text Example

White with #77CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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