Html Css Color HEX #77CA8A De York

📋 copy color: '#77CA8A'

red 119 ◦ green 202 ◦ blue 138

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

Shades of De York #77CA8A

Tints of De York #77CA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 25.93%
G = 44.01%
B = 30.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#77CA8A (or 0x77CA8A) is known color: De York. HEX triplet: 77, CA and 8A. RGB value is (119,202,138). Sum of RGB (Red+Green+Blue) = 119+202+138=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA8A is #883575. Grayscale: #AAAAAA. Windows color (decimal): -8926582 or 9095799. OLE color: 9095799.

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

Color convert

RGB 119 202 138 -
CMYK 0.41 0 0.32 0.21
HSL 133.73º 0.44% 0.63% -
HSV(B) 133.73º 0.41% 0.79% -
XYZ 33.32 48 31.55 -
YUV 169.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 119 202 138 0.41 0 0.32 0.21 133.73 0.44 0.63
Hex 77 CA 8A 29 0 20 15 86 2C 3F
Octal 167 312 212 51 0 40 25 206 54 77
Binary 1110111 11001010 10001010 101001 0 100000 10101 10000110 101100 111111

Color Harmonies of #77CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA8A

Black with #77CA8A

Text Example


Text Example

White with #77CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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