Html Css Color HEX #82AD50 Chelsea Cucumber

📋 copy color: '#82AD50'

red 130 ◦ green 173 ◦ blue 80

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

Shades of Chelsea Cucumber #82AD50

Tints of Chelsea Cucumber #82AD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 33.94%
G = 45.17%
B = 20.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#82AD50 (or 0x82AD50) is known color: Chelsea Cucumber. HEX triplet: 82, AD and 50. RGB value is (130,173,80). Sum of RGB (Red+Green+Blue) = 130+173+80=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD50 is #7D52AF. Grayscale: #959595. Windows color (decimal): -8213168 or 5287298. OLE color: 5287298.

HSL color Cylindrical-coordinate representation of color #82AD50: hue angle of 87.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82AD50 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 80 -
CMYK 0.25 0 0.54 0.32
HSL 87.74º 0.37% 0.5% -
HSV(B) 87.74º 0.54% 0.68% -
XYZ 25.6 35.21 13.04 -
YUV 149.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 130 173 80 0.25 0 0.54 0.32 87.74 0.37 0.5
Hex 82 AD 50 19 0 36 20 58 25 32
Octal 202 255 120 31 0 66 40 130 45 62
Binary 10000010 10101101 1010000 11001 0 110110 100000 1011000 100101 110010

Color Harmonies of #82AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD50

Black with #82AD50

Text Example


Text Example

White with #82AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,80); }

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

background-color css

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

 a { background-color: rgb(130,173,80); }

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

border-color css

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

 span { border-color: rgb(130,173,80); }

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