Html Css Color HEX #93EB32 Atlantis

📋 copy color: '#93EB32'

red 147 ◦ green 235 ◦ blue 50

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

Shades of Atlantis #93EB32

Tints of Atlantis #93EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.4%

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

R = 34.03%
G = 54.4%
B = 11.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#93EB32 (or 0x93EB32) is known color: Atlantis. HEX triplet: 93, EB and 32. RGB value is (147,235,50). Sum of RGB (Red+Green+Blue) = 147+235+50=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EB32 is #6C14CD. Grayscale: #BCBCBC. Windows color (decimal): -7083214 or 3337107. OLE color: 3337107.

HSL color Cylindrical-coordinate representation of color #93EB32: hue angle of 88.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93EB32 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 50 -
CMYK 0.37 0 0.79 0.08
HSL 88.54º 0.82% 0.56% -
HSV(B) 88.54º 0.79% 0.92% -
XYZ 42.32 65.85 13.5 -
YUV 187.6 50.35 99.04 -
System Red Green Blue C M Y K H S L
Decimal 147 235 50 0.37 0 0.79 0.08 88.54 0.82 0.56
Hex 93 EB 32 25 0 4F 8 59 52 38
Octal 223 353 62 45 0 117 10 131 122 70
Binary 10010011 11101011 110010 100101 0 1001111 1000 1011001 1010010 111000

Color Harmonies of #93EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EB32

Black with #93EB32

Text Example


Text Example

White with #93EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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