Html Css Color HEX #93D950 Atlantis

📋 copy color: '#93D950'

red 147 ◦ green 217 ◦ blue 80

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

Shades of Atlantis #93D950

Tints of Atlantis #93D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.87%

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

R = 33.11%
G = 48.87%
B = 18.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#93D950 (or 0x93D950) is known color: Atlantis. HEX triplet: 93, D9 and 50. RGB value is (147,217,80). Sum of RGB (Red+Green+Blue) = 147+217+80=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #93D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D950 is #6C26AF. Grayscale: #B4B4B4. Windows color (decimal): -7087792 or 5298579. OLE color: 5298579.

HSL color Cylindrical-coordinate representation of color #93D950: hue angle of 90.66º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93D950 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 80 -
CMYK 0.32 0 0.63 0.15
HSL 90.66º 0.64% 0.58% -
HSV(B) 90.66º 0.63% 0.85% -
XYZ 38.29 56.41 16.46 -
YUV 180.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 147 217 80 0.32 0 0.63 0.15 90.66 0.64 0.58
Hex 93 D9 50 20 0 3F F 5B 40 3A
Octal 223 331 120 40 0 77 17 133 100 72
Binary 10010011 11011001 1010000 100000 0 111111 1111 1011011 1000000 111010

Color Harmonies of #93D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D950

Black with #93D950

Text Example


Text Example

White with #93D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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