#82CC94

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

Shades of De York #82CC94

Tints of De York #82CC94

Color information

#82CC94 (or 0x82CC94) is unknown color: approx De York. HEX triplet: 82, CC and 94. RGB value is (130,204,148). Sum of RGB (Red+Green+Blue) = 130+204+148=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC94 is #7D336B. Grayscale: #AFAFAF. Windows color (decimal): -8205164 or 9751682. OLE color: 9751682.

HSL color Cylindrical-coordinate representation of color #82CC94: hue angle of 134.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CC94 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB130204148-
CMYK0.3600.270.2
HSL134.59º42.05%65.49%-
HSV(B)134.59º36.27%80%-
XYZ36.1450.0735.78-
YUV175.49112.4895.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=26.97%
G=42.32%
B=30.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041480.3600.270.2134.5942.0565.49
Hex82CC942401B14872a41
Octal202314224440332420752101
Binary10000010110011001001010010010001101110100100001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,204,148); }

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

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

 a { background-color: rgb(130,204,148); }

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

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

 span { border-color: rgb(130,204,148); }

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