#89EC4B

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

Shades of Atlantis #89EC4B

Tints of Atlantis #89EC4B

Color information

#89EC4B (or 0x89EC4B) is unknown color: approx Atlantis. HEX triplet: 89, EC and 4B. RGB value is (137,236,75). Sum of RGB (Red+Green+Blue) = 137+236+75=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #89EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EC4B is #7613B4. Grayscale: #BCBCBC. Windows color (decimal): -7738293 or 4975753. OLE color: 4975753.

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

Color convert

RGB13723675-
CMYK0.4200.680.07
HSL96.89º80.9%60.98%-
HSV(B)96.89º68.22%92.55%-
XYZ41.5865.8217.17-
YUV188.0464.291.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 236 (92.58% from 255) = 52.68%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=30.58%
G=52.68%
B=16.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137236750.4200.680.0796.8980.960.98
Hex89EC4B2A044761513d
Octal211354113520104714112175
Binary100010011110110010010111010100100010011111000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,236,75); }

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

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

 a { background-color: rgb(137,236,75); }

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

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

 span { border-color: rgb(137,236,75); }

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