#82C47B

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

Shades of De York #82C47B

Tints of De York #82C47B

Color information

#82C47B (or 0x82C47B) is unknown color: approx De York. HEX triplet: 82, C4 and 7B. RGB value is (130,196,123). Sum of RGB (Red+Green+Blue) = 130+196+123=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #82C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C47B is #7D3B84. Grayscale: #A8A8A8. Windows color (decimal): -8207237 or 8111234. OLE color: 8111234.

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

Color convert

RGB130196123-
CMYK0.3400.370.23
HSL114.25º38.22%62.55%-
HSV(B)114.25º37.24%76.86%-
XYZ32.5245.6625.84-
YUV167.94102.63100.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=28.95%
G=43.65%
B=27.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301961230.3400.370.23114.2538.2262.55
Hex82C47B220251772263f
Octal20230417342045271624677
Binary100000101100010011110111000100100101101111110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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