#93DC34

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

Shades of Atlantis #93DC34

Tints of Atlantis #93DC34

Color information

#93DC34 (or 0x93DC34) is unknown color: approx Atlantis. HEX triplet: 93, DC and 34. RGB value is (147,220,52). Sum of RGB (Red+Green+Blue) = 147+220+52=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC34 is #6C23CB. Grayscale: #B3B3B3. Windows color (decimal): -7087052 or 3464339. OLE color: 3464339.

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

Color convert

RGB14722052-
CMYK0.3300.760.14
HSL86.07º70.59%53.33%-
HSV(B)86.07º76.36%86.27%-
XYZ38.2557.6412.36-
YUV179.0256.32105.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 52.51%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=35.08%
G=52.51%
B=12.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147220520.3300.760.1486.0770.5953.33
Hex93DC342104CE564735
Octal223334644101141612610765
Binary100100111101110011010010000101001100111010101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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