#82D693

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

Shades of De York #82D693

Tints of De York #82D693

Color information

#82D693 (or 0x82D693) is unknown color: approx De York. HEX triplet: 82, D6 and 93. RGB value is (130,214,147). Sum of RGB (Red+Green+Blue) = 130+214+147=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #82D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D693 is #7D296C. Grayscale: #B5B5B5. Windows color (decimal): -8202605 or 9688706. OLE color: 9688706.

HSL color Cylindrical-coordinate representation of color #82D693: hue angle of 132.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D693 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB130214147-
CMYK0.3900.310.16
HSL132.14º50.6%67.45%-
HSV(B)132.14º39.25%83.92%-
XYZ38.5254.9536.18-
YUV181.25108.6791.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=26.48%
G=43.58%
B=29.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141470.3900.310.16132.1450.667.45
Hex82D6932701F10843343
Octal202326223470372020463103
Binary10000010110101101001001110011101111110000100001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,214,147); }

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

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

 a { background-color: rgb(130,214,147); }

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

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

 span { border-color: rgb(130,214,147); }

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