#82C18F

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

Shades of De York #82C18F

Tints of De York #82C18F

Color information

#82C18F (or 0x82C18F) is unknown color: approx De York. HEX triplet: 82, C1 and 8F. RGB value is (130,193,143). Sum of RGB (Red+Green+Blue) = 130+193+143=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #82C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C18F is #7D3E70. Grayscale: #A8A8A8. Windows color (decimal): -8207985 or 9421186. OLE color: 9421186.

HSL color Cylindrical-coordinate representation of color #82C18F: hue angle of 132.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C18F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB130193143-
CMYK0.3300.260.24
HSL132.38º33.69%63.33%-
HSV(B)132.38º32.64%75.69%-
XYZ33.2344.8732.9-
YUV168.46113.63100.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=27.90%
G=41.42%
B=30.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301931430.3300.260.24132.3833.6963.33
Hex82C18F2101A1884223f
Octal20230121741032302044277
Binary1000001011000001100011111000010110101100010000100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,193,143); }

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

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

 a { background-color: rgb(130,193,143); }

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

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

 span { border-color: rgb(130,193,143); }

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