#93DC39

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

Shades of Atlantis #93DC39

Tints of Atlantis #93DC39

Color information

#93DC39 (or 0x93DC39) is unknown color: approx Atlantis. HEX triplet: 93, DC and 39. RGB value is (147,220,57). Sum of RGB (Red+Green+Blue) = 147+220+57=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC39 is #6C23C6. Grayscale: #B4B4B4. Windows color (decimal): -7087047 or 3792019. OLE color: 3792019.

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

Color convert

RGB14722057-
CMYK0.3300.740.14
HSL86.87º69.96%54.31%-
HSV(B)86.87º74.09%86.27%-
XYZ38.3657.6812.98-
YUV179.5958.82104.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 220 (86.33% from 255) = 51.89%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=34.67%
G=51.89%
B=13.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147220570.3300.740.1486.8769.9654.31
Hex93DC392104AE574636
Octal223334714101121612710666
Binary100100111101110011100110000101001010111010101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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