Html Css Color HEX #82C295 Padua

📋 copy color: '#82C295'

red 130 ◦ green 194 ◦ blue 149

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

Shades of Padua #82C295

Tints of Padua #82C295

RGB

 RED value IS 130 (51.17% from 255) = 27.48%

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

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

R = 27.48%
G = 41.01%
B = 31.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#82C295 (or 0x82C295) is known color: Padua. HEX triplet: 82, C2 and 95. RGB value is (130,194,149). Sum of RGB (Red+Green+Blue) = 130+194+149=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #82C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C295 is #7D3D6A. Grayscale: #A9A9A9. Windows color (decimal): -8207723 or 9814658. OLE color: 9814658.

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

Color convert

RGB 130 194 149 -
CMYK 0.33 0 0.23 0.24
HSL 137.81º 0.34% 0.64% -
HSV(B) 137.81º 0.33% 0.76% -
XYZ 33.92 45.5 35.43 -
YUV 169.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 130 194 149 0.33 0 0.23 0.24 137.81 0.34 0.64
Hex 82 C2 95 21 0 17 18 8A 22 40
Octal 202 302 225 41 0 27 30 212 42 100
Binary 10000010 11000010 10010101 100001 0 10111 11000 10001010 100010 1000000

Color Harmonies of #82C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C295

Black with #82C295

Text Example


Text Example

White with #82C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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