#82c873

Color #82C873 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #82C873

Tints of De York #82C873

Color information

#82C873 (or 0x82C873) is unknown color: approx De York. HEX triplet: 82, C8 and 73. RGB value is (130,200,115). Sum of RGB (Red+Green+Blue) = 130+200+115=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #82C873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C873 is #7D378C. Grayscale: #A9A9A9. Windows color (decimal): -8206221 or 7587970. OLE color: 7587970.

HSL color Cylindrical-coordinate representation of color #82C873: hue angle of 109.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82C873 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB130200115-
CMYK0.3500.420.22
HSL109.41º43.59%61.76%-
HSV(B)109.41º42.5%78.43%-
XYZ32.9547.2923.61-
YUV169.3897.3199.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 200 (78.52% from 255) = 44.94%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=29.21%
G=44.94%
B=25.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1302001150.3500.420.22109.4143.5961.76
Hex82C8732302A166d2c3e
Octal20231016343052261555476
Binary100000101100100011100111000110101010101101101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,200,115); }

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

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

 a { background-color: rgb(130,200,115); }

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

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

 span { border-color: rgb(130,200,115); }

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