Html Css Color HEX #81C295 Padua

📋 copy color: '#81C295'

red 129 ◦ green 194 ◦ blue 149

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

Shades of Padua #81C295

Tints of Padua #81C295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 27.33%
G = 41.1%
B = 31.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#81C295 (or 0x81C295) is known color: Padua. HEX triplet: 81, C2 and 95. RGB value is (129,194,149). Sum of RGB (Red+Green+Blue) = 129+194+149=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #81C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C295 is #7E3D6A. Grayscale: #A9A9A9. Windows color (decimal): -8273259 or 9814657. OLE color: 9814657.

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

Color convert

RGB 129 194 149 -
CMYK 0.34 0 0.23 0.24
HSL 138.46º 0.35% 0.63% -
HSV(B) 138.46º 0.34% 0.76% -
XYZ 33.77 45.42 35.42 -
YUV 169.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 129 194 149 0.34 0 0.23 0.24 138.46 0.35 0.63
Hex 81 C2 95 22 0 17 18 8A 23 3F
Octal 201 302 225 42 0 27 30 212 43 77
Binary 10000001 11000010 10010101 100010 0 10111 11000 10001010 100011 111111

Color Harmonies of #81C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C295

Black with #81C295

Text Example


Text Example

White with #81C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,194,149); }

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

background-color css

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

 a { background-color: rgb(129,194,149); }

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

border-color css

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

 span { border-color: rgb(129,194,149); }

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