Html Css Color HEX #93DB46 Atlantis

📋 copy color: '#93DB46'

red 147 ◦ green 219 ◦ blue 70

#93DB46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #93DB46

Tints of Atlantis #93DB46

RGB

 RED value IS 147 (57.81% from 255) = 33.72%

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 33.72%
G = 50.23%
B = 16.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#93DB46 (or 0x93DB46) is known color: Atlantis. HEX triplet: 93, DB and 46. RGB value is (147,219,70). Sum of RGB (Red+Green+Blue) = 147+219+70=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DB46 is #6C24B9. Grayscale: #B5B5B5. Windows color (decimal): -7087290 or 4643731. OLE color: 4643731.

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

Color convert

RGB 147 219 70 -
CMYK 0.33 0 0.68 0.14
HSL 88.99º 0.67% 0.57% -
HSV(B) 88.99º 0.68% 0.86% -
XYZ 38.47 57.31 14.83 -
YUV 180.49 65.65 104.12 -
System Red Green Blue C M Y K H S L
Decimal 147 219 70 0.33 0 0.68 0.14 88.99 0.67 0.57
Hex 93 DB 46 21 0 44 E 59 43 39
Octal 223 333 106 41 0 104 16 131 103 71
Binary 10010011 11011011 1000110 100001 0 1000100 1110 1011001 1000011 111001

Color Harmonies of #93DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB46

Black with #93DB46

Text Example


Text Example

White with #93DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93DB46;
 }
 .AnyTagClassName
 {
   color: #93DB46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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