Html Css Color HEX #82C297 Padua

📋 copy color: '#82C297'

red 130 ◦ green 194 ◦ blue 151

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

Shades of Padua #82C297

Tints of Padua #82C297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 27.37%
G = 40.84%
B = 31.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#82C297 (or 0x82C297) is known color: Padua. HEX triplet: 82, C2 and 97. RGB value is (130,194,151). Sum of RGB (Red+Green+Blue) = 130+194+151=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #82C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C297 is #7D3D68. Grayscale: #AAAAAA. Windows color (decimal): -8207721 or 9945730. OLE color: 9945730.

HSL color Cylindrical-coordinate representation of color #82C297: hue angle of 139.69º 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 #82C297 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 151 -
CMYK 0.33 0 0.22 0.24
HSL 139.69º 0.34% 0.64% -
HSV(B) 139.69º 0.33% 0.76% -
XYZ 34.08 45.56 36.28 -
YUV 169.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 130 194 151 0.33 0 0.22 0.24 139.69 0.34 0.64
Hex 82 C2 97 21 0 16 18 8C 22 40
Octal 202 302 227 41 0 26 30 214 42 100
Binary 10000010 11000010 10010111 100001 0 10110 11000 10001100 100010 1000000

Color Harmonies of #82C297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C297

Black with #82C297

Text Example


Text Example

White with #82C297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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