#85E636

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

Shades of Atlantis #85E636

Tints of Atlantis #85E636

Color information

#85E636 (or 0x85E636) is unknown color: approx Atlantis. HEX triplet: 85, E6 and 36. RGB value is (133,230,54). Sum of RGB (Red+Green+Blue) = 133+230+54=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #85E636 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E636 is #7A19C9. Grayscale: #B5B5B5. Windows color (decimal): -8001994 or 3597957. OLE color: 3597957.

HSL color Cylindrical-coordinate representation of color #85E636: hue angle of 93.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85E636 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB13323054-
CMYK0.4200.770.10
HSL93.07º77.88%55.69%-
HSV(B)93.07º76.52%90.2%-
XYZ38.6461.8513.39-
YUV180.9356.3693.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 230 (90.23% from 255) = 55.16%
BLUE value IS 54 (21.48% from 255) = 12.95%
R=31.89%
G=55.16%
B=12.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133230540.4200.770.1093.0777.8855.69
Hex85E6362A04DA5d4e38
Octal205346665201151213511670
Binary100001011110011011011010101001001101101010111011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,230,54); }

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

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

 a { background-color: rgb(133,230,54); }

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

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

 span { border-color: rgb(133,230,54); }

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