Html Css Color HEX #93DD46 Atlantis

📋 copy color: '#93DD46'

red 147 ◦ green 221 ◦ blue 70

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

Shades of Atlantis #93DD46

Tints of Atlantis #93DD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

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

R = 33.56%
G = 50.46%
B = 15.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#93DD46 (or 0x93DD46) is known color: Atlantis. HEX triplet: 93, DD and 46. RGB value is (147,221,70). Sum of RGB (Red+Green+Blue) = 147+221+70=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DD46 is #6C22B9. Grayscale: #B6B6B6. Windows color (decimal): -7086778 or 4644243. OLE color: 4644243.

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

Color convert

RGB 147 221 70 -
CMYK 0.33 0 0.68 0.13
HSL 89.4º 0.69% 0.57% -
HSV(B) 89.4º 0.68% 0.87% -
XYZ 38.99 58.36 15 -
YUV 181.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 147 221 70 0.33 0 0.68 0.13 89.4 0.69 0.57
Hex 93 DD 46 21 0 44 D 59 45 39
Octal 223 335 106 41 0 104 15 131 105 71
Binary 10010011 11011101 1000110 100001 0 1000100 1101 1011001 1000101 111001

Color Harmonies of #93DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD46

Black with #93DD46

Text Example


Text Example

White with #93DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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