Html Css Color HEX #77CA80 De York

📋 copy color: '#77CA80'

red 119 ◦ green 202 ◦ blue 128

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

Shades of De York #77CA80

Tints of De York #77CA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 26.5%
G = 44.99%
B = 28.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#77CA80 (or 0x77CA80) is known color: De York. HEX triplet: 77, CA and 80. RGB value is (119,202,128). Sum of RGB (Red+Green+Blue) = 119+202+128=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA80 is #88357F. Grayscale: #A8A8A8. Windows color (decimal): -8926592 or 8440439. OLE color: 8440439.

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

Color convert

RGB 119 202 128 -
CMYK 0.41 0 0.37 0.21
HSL 126.51º 0.44% 0.63% -
HSV(B) 126.51º 0.41% 0.79% -
XYZ 32.62 47.72 27.91 -
YUV 168.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 119 202 128 0.41 0 0.37 0.21 126.51 0.44 0.63
Hex 77 CA 80 29 0 25 15 7F 2C 3F
Octal 167 312 200 51 0 45 25 177 54 77
Binary 1110111 11001010 10000000 101001 0 100101 10101 1111111 101100 111111

Color Harmonies of #77CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA80

Black with #77CA80

Text Example


Text Example

White with #77CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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