#93DC3B

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

Shades of Atlantis #93DC3B

Tints of Atlantis #93DC3B

Color information

#93DC3B (or 0x93DC3B) is unknown color: approx Atlantis. HEX triplet: 93, DC and 3B. RGB value is (147,220,59). Sum of RGB (Red+Green+Blue) = 147+220+59=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC3B is #6C23C4. Grayscale: #B4B4B4. Windows color (decimal): -7087045 or 3923091. OLE color: 3923091.

HSL color Cylindrical-coordinate representation of color #93DC3B: hue angle of 87.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93DC3B is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB14722059-
CMYK0.3300.730.14
HSL87.2º69.7%54.71%-
HSV(B)87.2º73.18%86.27%-
XYZ38.4257.7113.25-
YUV179.8259.82104.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 220 (86.33% from 255) = 51.64%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=34.51%
G=51.64%
B=13.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147220590.3300.730.1487.269.754.71
Hex93DC3B21049E574637
Octal223334734101111612710667
Binary100100111101110011101110000101001001111010101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DC3B; }

 p { color: rgb(147,220,59); }

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

<style>
 a { background-color: #93DC3B; }

 a { background-color: rgb(147,220,59); }

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

<style>
 span { border-color: #93DC3B; }

 span { border-color: rgb(147,220,59); }

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