#85DB40

Color #85DB40 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #85DB40

Tints of Atlantis #85DB40

Color information

#85DB40 (or 0x85DB40) is unknown color: approx Atlantis. HEX triplet: 85, DB and 40. RGB value is (133,219,64). Sum of RGB (Red+Green+Blue) = 133+219+64=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB40 is #7A24BF. Grayscale: #B0B0B0. Windows color (decimal): -8004800 or 4250501. OLE color: 4250501.

HSL color Cylindrical-coordinate representation of color #85DB40: hue angle of 93.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85DB40 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB13321964-
CMYK0.3900.710.14
HSL93.29º68.28%55.49%-
HSV(B)93.29º70.78%85.88%-
XYZ35.9356.0213.77-
YUV175.6265.0197.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 219 (85.94% from 255) = 52.64%
BLUE value IS 64 (25.39% from 255) = 15.38%
R=31.97%
G=52.64%
B=15.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133219640.3900.710.1493.2968.2855.49
Hex85DB4027047E5d4437
Octal2053331004701071613510467
Binary1000010111011011100000010011101000111111010111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DB40; }

 p { color: rgb(133,219,64); }

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

<style>
 a { background-color: #85DB40; }

 a { background-color: rgb(133,219,64); }

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

<style>
 span { border-color: #85DB40; }

 span { border-color: rgb(133,219,64); }

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