#8ADB83

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

Shades of De York #8ADB83

Tints of De York #8ADB83

Color information

#8ADB83 (or 0x8ADB83) is unknown color: approx De York. HEX triplet: 8A, DB and 83. RGB value is (138,219,131). Sum of RGB (Red+Green+Blue) = 138+219+131=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB83 is #75247C. Grayscale: #B9B9B9. Windows color (decimal): -7677053 or 8641418. OLE color: 8641418.

HSL color Cylindrical-coordinate representation of color #8ADB83: hue angle of 115.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADB83 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB138219131-
CMYK0.3700.400.14
HSL115.23º55%68.63%-
HSV(B)115.23º40.18%85.88%-
XYZ39.9157.7130.51-
YUV184.7597.6694.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=28.28%
G=44.88%
B=26.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191310.3700.400.14115.235568.63
Hex8ADB8325028E733745
Octal212333203450501616367105
Binary1000101011011011100000111001010101000111011100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,219,131); }

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

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

 a { background-color: rgb(138,219,131); }

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

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

 span { border-color: rgb(138,219,131); }

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