Html Css Color HEX #81B999 Padua

📋 copy color: '#81B999'

red 129 ◦ green 185 ◦ blue 153

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

Shades of Padua #81B999

Tints of Padua #81B999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 27.62%
G = 39.61%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#81B999 (or 0x81B999) is known color: Padua. HEX triplet: 81, B9 and 99. RGB value is (129,185,153). Sum of RGB (Red+Green+Blue) = 129+185+153=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #81B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B999 is #7E4666. Grayscale: #A4A4A4. Windows color (decimal): -8275559 or 10074497. OLE color: 10074497.

HSL color Cylindrical-coordinate representation of color #81B999: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B999 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 185 153 -
CMYK 0.30 0 0.17 0.27
HSL 145.71º 0.29% 0.62% -
HSV(B) 145.71º 0.3% 0.73% -
XYZ 32.15 41.66 36.48 -
YUV 164.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 129 185 153 0.30 0 0.17 0.27 145.71 0.29 0.62
Hex 81 B9 99 1E 0 11 1B 92 1D 3E
Octal 201 271 231 36 0 21 33 222 35 76
Binary 10000001 10111001 10011001 11110 0 10001 11011 10010010 11101 111110

Color Harmonies of #81B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B999

Black with #81B999

Text Example


Text Example

White with #81B999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,185,153); }

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

background-color css

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

 a { background-color: rgb(129,185,153); }

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

border-color css

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

 span { border-color: rgb(129,185,153); }

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