#82D094

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

Shades of De York #82D094

Tints of De York #82D094

Color information

#82D094 (or 0x82D094) is unknown color: approx De York. HEX triplet: 82, D0 and 94. RGB value is (130,208,148). Sum of RGB (Red+Green+Blue) = 130+208+148=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #82D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D094 is #7D2F6B. Grayscale: #B2B2B2. Windows color (decimal): -8204140 or 9752706. OLE color: 9752706.

HSL color Cylindrical-coordinate representation of color #82D094: hue angle of 133.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D094 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB130208148-
CMYK0.3800.290.18
HSL133.85º45.35%66.27%-
HSV(B)133.85º37.5%81.57%-
XYZ37.115236.1-
YUV177.84111.1693.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=26.75%
G=42.80%
B=30.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081480.3800.290.18133.8545.3566.27
Hex82D0942601D12862d42
Octal202320224460352220655102
Binary10000010110100001001010010011001110110010100001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,148); }

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

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

 a { background-color: rgb(130,208,148); }

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

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

 span { border-color: rgb(130,208,148); }

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