Html Css Color HEX #82C394 Padua

📋 copy color: '#82C394'

red 130 ◦ green 195 ◦ blue 148

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

Shades of Padua #82C394

Tints of Padua #82C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 27.48%
G = 41.23%
B = 31.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#82C394 (or 0x82C394) is known color: Padua. HEX triplet: 82, C3 and 94. RGB value is (130,195,148). Sum of RGB (Red+Green+Blue) = 130+195+148=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #82C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C394 is #7D3C6B. Grayscale: #AAAAAA. Windows color (decimal): -8207468 or 9749378. OLE color: 9749378.

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

Color convert

RGB 130 195 148 -
CMYK 0.33 0 0.24 0.24
HSL 136.62º 0.35% 0.64% -
HSV(B) 136.62º 0.33% 0.76% -
XYZ 34.07 45.91 35.08 -
YUV 170.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 130 195 148 0.33 0 0.24 0.24 136.62 0.35 0.64
Hex 82 C3 94 21 0 18 18 89 23 40
Octal 202 303 224 41 0 30 30 211 43 100
Binary 10000010 11000011 10010100 100001 0 11000 11000 10001001 100011 1000000

Color Harmonies of #82C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C394

Black with #82C394

Text Example


Text Example

White with #82C394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,148); }

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

background-color css

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

 a { background-color: rgb(130,195,148); }

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

border-color css

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

 span { border-color: rgb(130,195,148); }

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