#85EF3D

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

Shades of Atlantis #85EF3D

Tints of Atlantis #85EF3D

Color information

#85EF3D (or 0x85EF3D) is unknown color: approx Atlantis. HEX triplet: 85, EF and 3D. RGB value is (133,239,61). Sum of RGB (Red+Green+Blue) = 133+239+61=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF3D is #7A10C2. Grayscale: #BBBBBB. Windows color (decimal): -7999683 or 4059013. OLE color: 4059013.

HSL color Cylindrical-coordinate representation of color #85EF3D: hue angle of 95.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85EF3D is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB13323961-
CMYK0.4400.740.06
HSL95.73º84.76%58.82%-
HSV(B)95.73º74.48%93.73%-
XYZ41.3867.0615.18-
YUV187.0156.8889.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 239 (93.75% from 255) = 55.20%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=30.72%
G=55.20%
B=14.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133239610.4400.740.0695.7384.7658.82
Hex85EF3D2C04A660553b
Octal20535775540112614012573
Binary10000101111011111111011011000100101011011000001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,239,61); }

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

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

 a { background-color: rgb(133,239,61); }

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

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

 span { border-color: rgb(133,239,61); }

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