Html Css Color HEX #93DA40 Atlantis

📋 copy color: '#93DA40'

red 147 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #93DA40

Tints of Atlantis #93DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 34.27%
G = 50.82%
B = 14.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#93DA40 (or 0x93DA40) is known color: Atlantis. HEX triplet: 93, DA and 40. RGB value is (147,218,64). Sum of RGB (Red+Green+Blue) = 147+218+64=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DA40 is #6C25BF. Grayscale: #B3B3B3. Windows color (decimal): -7087552 or 4250259. OLE color: 4250259.

HSL color Cylindrical-coordinate representation of color #93DA40: hue angle of 87.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93DA40 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 218 64 -
CMYK 0.33 0 0.71 0.15
HSL 87.66º 0.68% 0.55% -
HSV(B) 87.66º 0.71% 0.85% -
XYZ 38.03 56.72 13.79 -
YUV 179.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 147 218 64 0.33 0 0.71 0.15 87.66 0.68 0.55
Hex 93 DA 40 21 0 47 F 58 44 37
Octal 223 332 100 41 0 107 17 130 104 67
Binary 10010011 11011010 1000000 100001 0 1000111 1111 1011000 1000100 110111

Color Harmonies of #93DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DA40

Black with #93DA40

Text Example


Text Example

White with #93DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,218,64); }

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

background-color css

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

 a { background-color: rgb(147,218,64); }

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

border-color css

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

 span { border-color: rgb(147,218,64); }

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