Html Css Color HEX #93E550 Atlantis

📋 copy color: '#93E550'

red 147 ◦ green 229 ◦ blue 80

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

Shades of Atlantis #93E550

Tints of Atlantis #93E550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.22%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 32.24%
G = 50.22%
B = 17.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#93E550 (or 0x93E550) is known color: Atlantis. HEX triplet: 93, E5 and 50. RGB value is (147,229,80). Sum of RGB (Red+Green+Blue) = 147+229+80=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #93E550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E550 is #6C1AAF. Grayscale: #BCBCBC. Windows color (decimal): -7084720 or 5301651. OLE color: 5301651.

HSL color Cylindrical-coordinate representation of color #93E550: hue angle of 93.02º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93E550 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 229 80 -
CMYK 0.36 0 0.65 0.10
HSL 93.02º 0.74% 0.61% -
HSV(B) 93.02º 0.65% 0.9% -
XYZ 41.5 62.82 17.53 -
YUV 187.5 67.33 99.12 -
System Red Green Blue C M Y K H S L
Decimal 147 229 80 0.36 0 0.65 0.10 93.02 0.74 0.61
Hex 93 E5 50 24 0 41 A 5D 4A 3D
Octal 223 345 120 44 0 101 12 135 112 75
Binary 10010011 11100101 1010000 100100 0 1000001 1010 1011101 1001010 111101

Color Harmonies of #93E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E550

Black with #93E550

Text Example


Text Example

White with #93E550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,229,80); }

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

background-color css

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

 a { background-color: rgb(147,229,80); }

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

border-color css

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

 span { border-color: rgb(147,229,80); }

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