#82C57B

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

Shades of De York #82C57B

Tints of De York #82C57B

Color information

#82C57B (or 0x82C57B) is unknown color: approx De York. HEX triplet: 82, C5 and 7B. RGB value is (130,197,123). Sum of RGB (Red+Green+Blue) = 130+197+123=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #82C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C57B is #7D3A84. Grayscale: #A8A8A8. Windows color (decimal): -8206981 or 8111490. OLE color: 8111490.

HSL color Cylindrical-coordinate representation of color #82C57B: hue angle of 114.32º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82C57B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB130197123-
CMYK0.3400.380.23
HSL114.32º38.95%62.75%-
HSV(B)114.32º37.56%77.25%-
XYZ32.7546.1125.91-
YUV168.53102.3100.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=28.89%
G=43.78%
B=27.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301971230.3400.380.23114.3238.9562.75
Hex82C57B220261772273f
Octal20230517342046271624777
Binary100000101100010111110111000100100110101111110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,123); }

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

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

 a { background-color: rgb(130,197,123); }

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

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

 span { border-color: rgb(130,197,123); }

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