#85F13D

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

Shades of Atlantis #85F13D

Tints of Atlantis #85F13D

Color information

#85F13D (or 0x85F13D) is unknown color: approx Atlantis. HEX triplet: 85, F1 and 3D. RGB value is (133,241,61). Sum of RGB (Red+Green+Blue) = 133+241+61=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #85F13D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F13D is #7A0EC2. Grayscale: #BCBCBC. Windows color (decimal): -7999171 or 4059525. OLE color: 4059525.

HSL color Cylindrical-coordinate representation of color #85F13D: hue angle of 96º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85F13D is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB13324161-
CMYK0.4500.750.05
HSL96º86.54%59.22%-
HSV(B)96º74.69%94.51%-
XYZ41.9768.2315.37-
YUV188.1956.2288.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 241 (94.53% from 255) = 55.40%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=30.57%
G=55.40%
B=14.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133241610.4500.750.059686.5459.22
Hex85F13D2D04B560573b
Octal20536175550113514012773
Binary10000101111100011111011011010100101110111000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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