Html Css Color HEX #93DF50 Atlantis

📋 copy color: '#93DF50'

red 147 ◦ green 223 ◦ blue 80

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

Shades of Atlantis #93DF50

Tints of Atlantis #93DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

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

R = 32.67%
G = 49.56%
B = 17.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#93DF50 (or 0x93DF50) is known color: Atlantis. HEX triplet: 93, DF and 50. RGB value is (147,223,80). Sum of RGB (Red+Green+Blue) = 147+223+80=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DF50 is #6C20AF. Grayscale: #B8B8B8. Windows color (decimal): -7086256 or 5300115. OLE color: 5300115.

HSL color Cylindrical-coordinate representation of color #93DF50: hue angle of 91.89º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93DF50 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 223 80 -
CMYK 0.34 0 0.64 0.13
HSL 91.89º 0.69% 0.59% -
HSV(B) 91.89º 0.64% 0.87% -
XYZ 39.87 59.56 16.98 -
YUV 183.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 147 223 80 0.34 0 0.64 0.13 91.89 0.69 0.59
Hex 93 DF 50 22 0 40 D 5C 45 3B
Octal 223 337 120 42 0 100 15 134 105 73
Binary 10010011 11011111 1010000 100010 0 1000000 1101 1011100 1000101 111011

Color Harmonies of #93DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF50

Black with #93DF50

Text Example


Text Example

White with #93DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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