#89ED42

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

Shades of Atlantis #89ED42

Tints of Atlantis #89ED42

Color information

#89ED42 (or 0x89ED42) is unknown color: approx Atlantis. HEX triplet: 89, ED and 42. RGB value is (137,237,66). Sum of RGB (Red+Green+Blue) = 137+237+66=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED42 is #7612BD. Grayscale: #BCBCBC. Windows color (decimal): -7738046 or 4386185. OLE color: 4386185.

HSL color Cylindrical-coordinate representation of color #89ED42: hue angle of 95.09º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89ED42 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB13723766-
CMYK0.4200.720.07
HSL95.09º82.61%59.41%-
HSV(B)95.09º72.15%92.94%-
XYZ41.5866.2815.76-
YUV187.6159.3791.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 237 (92.97% from 255) = 53.86%
BLUE value IS 66 (26.17% from 255) = 15%
R=31.14%
G=53.86%
B=15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137237660.4200.720.0795.0982.6159.41
Hex89ED422A04875f533b
Octal211355102520110713712373
Binary100010011110110110000101010100100100011110111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ED42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89ED42; }

 p { color: rgb(137,237,66); }

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

<style>
 a { background-color: #89ED42; }

 a { background-color: rgb(137,237,66); }

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

<style>
 span { border-color: #89ED42; }

 span { border-color: rgb(137,237,66); }

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