Html Css Color HEX #81C794 Padua

📋 copy color: '#81C794'

red 129 ◦ green 199 ◦ blue 148

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

Shades of Padua #81C794

Tints of Padua #81C794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.81%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 27.1%
G = 41.81%
B = 31.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#81C794 (or 0x81C794) is known color: Padua. HEX triplet: 81, C7 and 94. RGB value is (129,199,148). Sum of RGB (Red+Green+Blue) = 129+199+148=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #81C794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C794 is #7E386B. Grayscale: #ACACAC. Windows color (decimal): -8271980 or 9750401. OLE color: 9750401.

HSL color Cylindrical-coordinate representation of color #81C794: hue angle of 136.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C794 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 199 148 -
CMYK 0.35 0 0.26 0.22
HSL 136.29º 0.38% 0.64% -
HSV(B) 136.29º 0.35% 0.78% -
XYZ 34.82 47.65 35.38 -
YUV 172.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 129 199 148 0.35 0 0.26 0.22 136.29 0.38 0.64
Hex 81 C7 94 23 0 1A 16 88 26 40
Octal 201 307 224 43 0 32 26 210 46 100
Binary 10000001 11000111 10010100 100011 0 11010 10110 10001000 100110 1000000

Color Harmonies of #81C794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C794

Black with #81C794

Text Example


Text Example

White with #81C794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,199,148); }

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

background-color css

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

 a { background-color: rgb(129,199,148); }

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

border-color css

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

 span { border-color: rgb(129,199,148); }

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