#82D692

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

Shades of De York #82D692

Tints of De York #82D692

Color information

#82D692 (or 0x82D692) is unknown color: approx De York. HEX triplet: 82, D6 and 92. RGB value is (130,214,146). Sum of RGB (Red+Green+Blue) = 130+214+146=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #82D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D692 is #7D296D. Grayscale: #B5B5B5. Windows color (decimal): -8202606 or 9623170. OLE color: 9623170.

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

Color convert

RGB130214146-
CMYK0.3900.320.16
HSL131.43º50.6%67.45%-
HSV(B)131.43º39.25%83.92%-
XYZ38.4454.9135.77-
YUV181.13108.1791.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=26.53%
G=43.67%
B=29.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141460.3900.320.16131.4350.667.45
Hex82D6922702010833343
Octal202326222470402020363103
Binary100000101101011010010010100111010000010000100000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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