#93D635

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

Shades of Atlantis #93D635

Tints of Atlantis #93D635

Color information

#93D635 (or 0x93D635) is unknown color: approx Atlantis. HEX triplet: 93, D6 and 35. RGB value is (147,214,53). Sum of RGB (Red+Green+Blue) = 147+214+53=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #93D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D635 is #6C29CA. Grayscale: #B0B0B0. Windows color (decimal): -7088587 or 3528339. OLE color: 3528339.

HSL color Cylindrical-coordinate representation of color #93D635: hue angle of 84.97º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93D635 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB14721453-
CMYK0.3100.750.16
HSL84.97º66.26%52.35%-
HSV(B)84.97º75.23%83.92%-
XYZ36.7254.5511.96-
YUV175.6158.8107.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 214 (83.98% from 255) = 51.69%
BLUE value IS 53 (21.09% from 255) = 12.80%
R=35.51%
G=51.69%
B=12.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147214530.3100.750.1684.9766.2652.35
Hex93D6351F04B10554234
Octal223326653701132012510264
Binary100100111101011011010111111010010111000010101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,53); }

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

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

 a { background-color: rgb(147,214,53); }

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

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

 span { border-color: rgb(147,214,53); }

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