Html Css Color HEX #81C197 Padua

📋 copy color: '#81C197'

red 129 ◦ green 193 ◦ blue 151

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

Shades of Padua #81C197

Tints of Padua #81C197

RGB

 RED value IS 129 (50.78% from 255) = 27.27%

 GREEN value IS 193 (75.78% from 255) = 40.8%

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 27.27%
G = 40.8%
B = 31.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#81C197 (or 0x81C197) is known color: Padua. HEX triplet: 81, C1 and 97. RGB value is (129,193,151). Sum of RGB (Red+Green+Blue) = 129+193+151=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #81C197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C197 is #7E3E68. Grayscale: #A9A9A9. Windows color (decimal): -8273513 or 9945473. OLE color: 9945473.

HSL color Cylindrical-coordinate representation of color #81C197: hue angle of 140.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C197 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 193 151 -
CMYK 0.33 0 0.22 0.24
HSL 140.63º 0.34% 0.63% -
HSV(B) 140.63º 0.33% 0.76% -
XYZ 33.71 45.04 36.2 -
YUV 169.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 129 193 151 0.33 0 0.22 0.24 140.63 0.34 0.63
Hex 81 C1 97 21 0 16 18 8D 22 3F
Octal 201 301 227 41 0 26 30 215 42 77
Binary 10000001 11000001 10010111 100001 0 10110 11000 10001101 100010 111111

Color Harmonies of #81C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C197

Black with #81C197

Text Example


Text Example

White with #81C197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81C197; }

 p { color: rgb(129,193,151); }

 H1.HeaderClassName
 {
   color: #81C197;
 }
 .AnyTagClassName
 {
   color: #81C197;
 }
</style>

background-color css

<style>
 a { background-color: #81C197; }

 a { background-color: rgb(129,193,151); }

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

border-color css

<style>
 span { border-color: #81C197; }

 span { border-color: rgb(129,193,151); }

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