Html Css Color HEX #80BF99 Padua

📋 copy color: '#80BF99'

red 128 ◦ green 191 ◦ blue 153

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

Shades of Padua #80BF99

Tints of Padua #80BF99

RGB

 RED value IS 128 (50.39% from 255) = 27.12%

 GREEN value IS 191 (75% from 255) = 40.47%

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

R = 27.12%
G = 40.47%
B = 32.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#80BF99 (or 0x80BF99) is known color: Padua. HEX triplet: 80, BF and 99. RGB value is (128,191,153). Sum of RGB (Red+Green+Blue) = 128+191+153=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF99 is #7F4066. Grayscale: #A7A7A7. Windows color (decimal): -8339559 or 10076032. OLE color: 10076032.

HSL color Cylindrical-coordinate representation of color #80BF99: hue angle of 143.81º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BF99 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 153 -
CMYK 0.33 0 0.20 0.25
HSL 143.81º 0.33% 0.63% -
HSV(B) 143.81º 0.33% 0.75% -
XYZ 33.28 44.15 36.9 -
YUV 167.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 128 191 153 0.33 0 0.20 0.25 143.81 0.33 0.63
Hex 80 BF 99 21 0 14 19 90 21 3F
Octal 200 277 231 41 0 24 31 220 41 77
Binary 10000000 10111111 10011001 100001 0 10100 11001 10010000 100001 111111

Color Harmonies of #80BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF99

Black with #80BF99

Text Example


Text Example

White with #80BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BF99; }

 p { color: rgb(128,191,153); }

 H1.HeaderClassName
 {
   color: #80BF99;
 }
 .AnyTagClassName
 {
   color: #80BF99;
 }
</style>

background-color css

<style>
 a { background-color: #80BF99; }

 a { background-color: rgb(128,191,153); }

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

border-color css

<style>
 span { border-color: #80BF99; }

 span { border-color: rgb(128,191,153); }

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