Html Css Color HEX #93DD36 Atlantis

📋 copy color: '#93DD36'

red 147 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #93DD36

Tints of Atlantis #93DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 34.83%
G = 52.37%
B = 12.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#93DD36 (or 0x93DD36) is known color: Atlantis. HEX triplet: 93, DD and 36. RGB value is (147,221,54). Sum of RGB (Red+Green+Blue) = 147+221+54=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DD36 is #6C22C9. Grayscale: #B4B4B4. Windows color (decimal): -7086794 or 3595667. OLE color: 3595667.

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

Color convert

RGB 147 221 54 -
CMYK 0.33 0 0.76 0.13
HSL 86.59º 0.71% 0.54% -
HSV(B) 86.59º 0.76% 0.87% -
XYZ 38.55 58.18 12.69 -
YUV 179.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 147 221 54 0.33 0 0.76 0.13 86.59 0.71 0.54
Hex 93 DD 36 21 0 4C D 57 47 36
Octal 223 335 66 41 0 114 15 127 107 66
Binary 10010011 11011101 110110 100001 0 1001100 1101 1010111 1000111 110110

Color Harmonies of #93DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD36

Black with #93DD36

Text Example


Text Example

White with #93DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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