Html Css Color HEX #93DD32 Atlantis

📋 copy color: '#93DD32'

red 147 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #93DD32

Tints of Atlantis #93DD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 35.17%
G = 52.87%
B = 11.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#93DD32 (or 0x93DD32) is known color: Atlantis. HEX triplet: 93, DD and 32. RGB value is (147,221,50). Sum of RGB (Red+Green+Blue) = 147+221+50=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DD32 is #6C22CD. Grayscale: #B3B3B3. Windows color (decimal): -7086798 or 3333523. OLE color: 3333523.

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

Color convert

RGB 147 221 50 -
CMYK 0.33 0 0.77 0.13
HSL 85.96º 0.72% 0.53% -
HSV(B) 85.96º 0.77% 0.87% -
XYZ 38.46 58.15 12.21 -
YUV 179.38 54.98 104.9 -
System Red Green Blue C M Y K H S L
Decimal 147 221 50 0.33 0 0.77 0.13 85.96 0.72 0.53
Hex 93 DD 32 21 0 4D D 56 48 35
Octal 223 335 62 41 0 115 15 126 110 65
Binary 10010011 11011101 110010 100001 0 1001101 1101 1010110 1001000 110101

Color Harmonies of #93DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD32

Black with #93DD32

Text Example


Text Example

White with #93DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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