#77C298

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

Shades of Padua #77C298

Tints of Padua #77C298

Color information

#77C298 (or 0x77C298) is unknown color: approx Padua. HEX triplet: 77, C2 and 98. RGB value is (119,194,152). Sum of RGB (Red+Green+Blue) = 119+194+152=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #77C298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C298 is #883D67. Grayscale: #A6A6A6. Windows color (decimal): -8928616 or 10011255. OLE color: 10011255.

HSL color Cylindrical-coordinate representation of color #77C298: hue angle of 146.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C298 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB119194152-
CMYK0.3900.220.24
HSL146.4º38.07%61.37%-
HSV(B)146.4º38.66%76.08%-
XYZ32.5744.7736.63-
YUV166.79119.6593.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=25.59%
G=41.72%
B=32.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941520.3900.220.24146.438.0761.37
Hex77C298270161892263d
Octal16730223047026302224675
Binary111011111000010100110001001110101101100010010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,194,152); }

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

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

 a { background-color: rgb(119,194,152); }

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

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

 span { border-color: rgb(119,194,152); }

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