#82DB98

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

Shades of De York #82DB98

Tints of De York #82DB98

Color information

#82DB98 (or 0x82DB98) is unknown color: approx De York. HEX triplet: 82, DB and 98. RGB value is (130,219,152). Sum of RGB (Red+Green+Blue) = 130+219+152=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB98 is #7D2467. Grayscale: #B8B8B8. Windows color (decimal): -8201320 or 10017666. OLE color: 10017666.

HSL color Cylindrical-coordinate representation of color #82DB98: hue angle of 134.83º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DB98 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB130219152-
CMYK0.4100.310.14
HSL134.83º55.28%68.43%-
HSV(B)134.83º40.64%85.88%-
XYZ40.257.6838.72-
YUV184.75109.5188.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=25.95%
G=43.71%
B=30.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302191520.4100.310.14134.8355.2868.43
Hex82DB982901FE873744
Octal202333230510371620767104
Binary1000001011011011100110001010010111111110100001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,152); }

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

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

 a { background-color: rgb(130,219,152); }

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

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

 span { border-color: rgb(130,219,152); }

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