#82C07B

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

Shades of De York #82C07B

Tints of De York #82C07B

Color information

#82C07B (or 0x82C07B) is unknown color: approx De York. HEX triplet: 82, C0 and 7B. RGB value is (130,192,123). Sum of RGB (Red+Green+Blue) = 130+192+123=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #82C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C07B is #7D3F84. Grayscale: #A5A5A5. Windows color (decimal): -8208261 or 8110210. OLE color: 8110210.

HSL color Cylindrical-coordinate representation of color #82C07B: hue angle of 113.91º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82C07B is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB130192123-
CMYK0.3200.360.25
HSL113.91º35.38%61.76%-
HSV(B)113.91º35.94%75.29%-
XYZ31.6343.8825.54-
YUV165.6103.96102.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=29.21%
G=43.15%
B=27.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301921230.3200.360.25113.9135.3861.76
Hex82C07B200241972233e
Octal20230017340044311624376
Binary100000101100000011110111000000100100110011110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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