#82D698

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

Shades of De York #82D698

Tints of De York #82D698

Color information

#82D698 (or 0x82D698) is unknown color: approx De York. HEX triplet: 82, D6 and 98. RGB value is (130,214,152). Sum of RGB (Red+Green+Blue) = 130+214+152=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #82D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D698 is #7D2967. Grayscale: #B5B5B5. Windows color (decimal): -8202600 or 10016386. OLE color: 10016386.

HSL color Cylindrical-coordinate representation of color #82D698: hue angle of 135.71º 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 #82D698 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB130214152-
CMYK0.3900.290.16
HSL135.71º50.6%67.45%-
HSV(B)135.71º39.25%83.92%-
XYZ38.9255.1138.29-
YUV181.82111.1791.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=26.21%
G=43.15%
B=30.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141520.3900.290.16135.7150.667.45
Hex82D6982701D10883343
Octal202326230470352021063103
Binary10000010110101101001100010011101110110000100010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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