#77CE82

Color #77CE82 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #77CE82

Tints of De York #77CE82

Color information

#77CE82 (or 0x77CE82) is unknown color: approx De York. HEX triplet: 77, CE and 82. RGB value is (119,206,130). Sum of RGB (Red+Green+Blue) = 119+206+130=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CE82 is #88317D. Grayscale: #ABABAB. Windows color (decimal): -8925566 or 8572535. OLE color: 8572535.

HSL color Cylindrical-coordinate representation of color #77CE82: hue angle of 127.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CE82 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB119206130-
CMYK0.4200.370.19
HSL127.59º47.03%63.73%-
HSV(B)127.59º42.23%80.78%-
XYZ33.7149.6828.93-
YUV171.32104.6890.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=26.15%
G=45.27%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192061300.4200.370.19127.5947.0363.73
Hex77CE822A02513802f40
Octal167316202520452320057100
Binary11101111100111010000010101010010010110011100000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,206,130); }

 H1.HeaderClassName
 {
   color: #77CE82;
 }
 .AnyTagClassName
 {
   color: #77CE82;
 }
</style>
background-color css

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

 a { background-color: rgb(119,206,130); }

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

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

 span { border-color: rgb(119,206,130); }

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