#8ADD85

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

Shades of De York #8ADD85

Tints of De York #8ADD85

Color information

#8ADD85 (or 0x8ADD85) is unknown color: approx De York. HEX triplet: 8A, DD and 85. RGB value is (138,221,133). Sum of RGB (Red+Green+Blue) = 138+221+133=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD85 is #75227A. Grayscale: #BABABA. Windows color (decimal): -7676539 or 8773002. OLE color: 8773002.

HSL color Cylindrical-coordinate representation of color #8ADD85: hue angle of 116.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADD85 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB138221133-
CMYK0.3800.400.13
HSL116.59º56.41%69.41%-
HSV(B)116.59º39.82%86.67%-
XYZ40.5758.8131.4-
YUV186.159893.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=28.05%
G=44.92%
B=27.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211330.3800.400.13116.5956.4169.41
Hex8ADD8526028D753845
Octal212335205460501516570105
Binary1000101011011101100001011001100101000110111101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADD85; }

 p { color: rgb(138,221,133); }

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

<style>
 a { background-color: #8ADD85; }

 a { background-color: rgb(138,221,133); }

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

<style>
 span { border-color: #8ADD85; }

 span { border-color: rgb(138,221,133); }

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