Html Css Color HEX #77C293 Padua

📋 copy color: '#77C293'

red 119 ◦ green 194 ◦ blue 147

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

Shades of Padua #77C293

Tints of Padua #77C293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 25.87%
G = 42.17%
B = 31.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#77C293 (or 0x77C293) is known color: Padua. HEX triplet: 77, C2 and 93. RGB value is (119,194,147). Sum of RGB (Red+Green+Blue) = 119+194+147=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #77C293 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C293 is #883D6C. Grayscale: #A6A6A6. Windows color (decimal): -8928621 or 9683575. OLE color: 9683575.

HSL color Cylindrical-coordinate representation of color #77C293: hue angle of 142.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 #77C293 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 147 -
CMYK 0.39 0 0.24 0.24
HSL 142.4º 0.38% 0.61% -
HSV(B) 142.4º 0.39% 0.76% -
XYZ 32.17 44.61 34.52 -
YUV 166.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 119 194 147 0.39 0 0.24 0.24 142.4 0.38 0.61
Hex 77 C2 93 27 0 18 18 8E 26 3D
Octal 167 302 223 47 0 30 30 216 46 75
Binary 1110111 11000010 10010011 100111 0 11000 11000 10001110 100110 111101

Color Harmonies of #77C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C293

Black with #77C293

Text Example


Text Example

White with #77C293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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