#82CD8A

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

Shades of De York #82CD8A

Tints of De York #82CD8A

Color information

#82CD8A (or 0x82CD8A) is unknown color: approx De York. HEX triplet: 82, CD and 8A. RGB value is (130,205,138). Sum of RGB (Red+Green+Blue) = 130+205+138=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CD8A is #7D3275. Grayscale: #AFAFAF. Windows color (decimal): -8204918 or 9096578. OLE color: 9096578.

HSL color Cylindrical-coordinate representation of color #82CD8A: hue angle of 126.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CD8A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB130205138-
CMYK0.3700.330.20
HSL126.4º42.86%65.69%-
HSV(B)126.4º36.59%80.39%-
XYZ35.6250.2431.87-
YUV174.94107.1595.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=27.48%
G=43.34%
B=29.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051380.3700.330.20126.442.8665.69
Hex82CD8A25021147e2b42
Octal202315212450412417653102
Binary10000010110011011000101010010101000011010011111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,138); }

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

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

 a { background-color: rgb(130,205,138); }

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

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

 span { border-color: rgb(130,205,138); }

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