#82B74E

Color #82B74E Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #82B74E

Tints of Chelsea Cucumber #82B74E

Color information

#82B74E (or 0x82B74E) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B7 and 4E. RGB value is (130,183,78). Sum of RGB (Red+Green+Blue) = 130+183+78=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #82B74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B74E is #7D48B1. Grayscale: #9B9B9B. Windows color (decimal): -8210610 or 5158786. OLE color: 5158786.

HSL color Cylindrical-coordinate representation of color #82B74E: hue angle of 90.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82B74E is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB13018378-
CMYK0.2900.570.28
HSL90.29º42.17%51.18%-
HSV(B)90.29º57.38%71.76%-
XYZ27.5139.1613.32-
YUV155.1884.44110.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=33.25%
G=46.80%
B=19.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130183780.2900.570.2890.2942.1751.18
Hex82B74E1D0391C5a2a33
Octal20226711635071341325263
Binary10000010101101111001110111010111001111001011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,78); }

 H1.HeaderClassName
 {
   color: #82B74E;
 }
 .AnyTagClassName
 {
   color: #82B74E;
 }
</style>
background-color css

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

 a { background-color: rgb(130,183,78); }

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

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

 span { border-color: rgb(130,183,78); }

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