#82DE8B

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

Shades of De York #82DE8B

Tints of De York #82DE8B

Color information

#82DE8B (or 0x82DE8B) is unknown color: approx De York. HEX triplet: 82, DE and 8B. RGB value is (130,222,139). Sum of RGB (Red+Green+Blue) = 130+222+139=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE8B is #7D2174. Grayscale: #B9B9B9. Windows color (decimal): -8200565 or 9166466. OLE color: 9166466.

HSL color Cylindrical-coordinate representation of color #82DE8B: hue angle of 125.87º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE8B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB130222139-
CMYK0.4100.370.13
HSL125.87º58.23%69.02%-
HSV(B)125.87º41.44%87.06%-
XYZ39.9958.8533.68-
YUV185.03102.0288.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=26.48%
G=45.21%
B=28.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221390.4100.370.13125.8758.2369.02
Hex82DE8B29025D7e3a45
Octal202336213510451517672105
Binary1000001011011110100010111010010100101110111111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,139); }

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

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

 a { background-color: rgb(130,222,139); }

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

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

 span { border-color: rgb(130,222,139); }

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