#82D784

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

Shades of De York #82D784

Tints of De York #82D784

Color information

#82D784 (or 0x82D784) is unknown color: approx De York. HEX triplet: 82, D7 and 84. RGB value is (130,215,132). Sum of RGB (Red+Green+Blue) = 130+215+132=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #82D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D784 is #7D287B. Grayscale: #B4B4B4. Windows color (decimal): -8202364 or 8705922. OLE color: 8705922.

HSL color Cylindrical-coordinate representation of color #82D784: hue angle of 121.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D784 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB130215132-
CMYK0.4000.390.16
HSL121.41º51.52%67.65%-
HSV(B)121.41º39.53%84.31%-
XYZ37.6755.0130.46-
YUV180.12100.8492.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 215 (84.38% from 255) = 45.07%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=27.25%
G=45.07%
B=27.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151320.4000.390.16121.4151.5267.65
Hex82D7842802710793444
Octal202327204500472017164104
Binary10000010110101111000010010100001001111000011110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,132); }

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

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

 a { background-color: rgb(130,215,132); }

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

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

 span { border-color: rgb(130,215,132); }

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