#93DB4C

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

Shades of Atlantis #93DB4C

Tints of Atlantis #93DB4C

Color information

#93DB4C (or 0x93DB4C) is unknown color: approx Atlantis. HEX triplet: 93, DB and 4C. RGB value is (147,219,76). Sum of RGB (Red+Green+Blue) = 147+219+76=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DB4C is #6C24B3. Grayscale: #B5B5B5. Windows color (decimal): -7087284 or 5036947. OLE color: 5036947.

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

Color convert

RGB14721976-
CMYK0.3300.650.14
HSL90.21º66.51%57.84%-
HSV(B)90.21º65.3%85.88%-
XYZ38.6757.3915.88-
YUV181.1768.65103.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 219 (85.94% from 255) = 49.55%
BLUE value IS 76 (30.08% from 255) = 17.19%
R=33.26%
G=49.55%
B=17.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147219760.3300.650.1490.2166.5157.84
Hex93DB4C21041E5a433a
Octal2233331144101011613210372
Binary1001001111011011100110010000101000001111010110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,219,76); }

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

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

 a { background-color: rgb(147,219,76); }

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

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

 span { border-color: rgb(147,219,76); }

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