Html Css Color HEX #80BF98 Padua

📋 copy color: '#80BF98'

red 128 ◦ green 191 ◦ blue 152

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

Shades of Padua #80BF98

Tints of Padua #80BF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 27.18%
G = 40.55%
B = 32.27%

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

#80BF98 (or 0x80BF98) is known color: Padua. HEX triplet: 80, BF and 98. RGB value is (128,191,152). Sum of RGB (Red+Green+Blue) = 128+191+152=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF98 is #7F4067. Grayscale: #A7A7A7. Windows color (decimal): -8339560 or 10010496. OLE color: 10010496.

HSL color Cylindrical-coordinate representation of color #80BF98: hue angle of 142.86º 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 #80BF98 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 152 -
CMYK 0.33 0 0.20 0.25
HSL 142.86º 0.33% 0.63% -
HSV(B) 142.86º 0.33% 0.75% -
XYZ 33.2 44.12 36.47 -
YUV 167.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 128 191 152 0.33 0 0.20 0.25 142.86 0.33 0.63
Hex 80 BF 98 21 0 14 19 8F 21 3F
Octal 200 277 230 41 0 24 31 217 41 77
Binary 10000000 10111111 10011000 100001 0 10100 11001 10001111 100001 111111

Color Harmonies of #80BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF98

Black with #80BF98

Text Example


Text Example

White with #80BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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