#82C775

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

Shades of De York #82C775

Tints of De York #82C775

Color information

#82C775 (or 0x82C775) is unknown color: approx De York. HEX triplet: 82, C7 and 75. RGB value is (130,199,117). Sum of RGB (Red+Green+Blue) = 130+199+117=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #82C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C775 is #7D388A. Grayscale: #A9A9A9. Windows color (decimal): -8206475 or 7718786. OLE color: 7718786.

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

Color convert

RGB130199117-
CMYK0.3500.410.22
HSL110.49º42.27%61.96%-
HSV(B)110.49º41.21%78.04%-
XYZ32.8446.8824.15-
YUV169.0298.64100.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 199 (78.12% from 255) = 44.62%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=29.15%
G=44.62%
B=26.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301991170.3500.410.22110.4942.2761.96
Hex82C77523029166e2a3e
Octal20230716543051261565276
Binary100000101100011111101011000110101001101101101110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,199,117); }

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

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

 a { background-color: rgb(130,199,117); }

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

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

 span { border-color: rgb(130,199,117); }

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