Html Css Color HEX #93BC40 Atlantis

📋 copy color: '#93BC40'

red 147 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #93BC40

Tints of Atlantis #93BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 36.84%
G = 47.12%
B = 16.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#93BC40 (or 0x93BC40) is known color: Atlantis. HEX triplet: 93, BC and 40. RGB value is (147,188,64). Sum of RGB (Red+Green+Blue) = 147+188+64=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC40 is #6C43BF. Grayscale: #A2A2A2. Windows color (decimal): -7095232 or 4242579. OLE color: 4242579.

HSL color Cylindrical-coordinate representation of color #93BC40: hue angle of 79.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93BC40 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 64 -
CMYK 0.22 0 0.66 0.26
HSL 79.84º 0.49% 0.49% -
HSV(B) 79.84º 0.66% 0.74% -
XYZ 30.94 42.54 11.43 -
YUV 161.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 147 188 64 0.22 0 0.66 0.26 79.84 0.49 0.49
Hex 93 BC 40 16 0 42 1A 50 31 31
Octal 223 274 100 26 0 102 32 120 61 61
Binary 10010011 10111100 1000000 10110 0 1000010 11010 1010000 110001 110001

Color Harmonies of #93BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC40

Black with #93BC40

Text Example


Text Example

White with #93BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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