Html Css Color HEX #93D84B Atlantis

📋 copy color: '#93D84B'

red 147 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #93D84B

Tints of Atlantis #93D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 33.56%
G = 49.32%
B = 17.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#93D84B (or 0x93D84B) is known color: Atlantis. HEX triplet: 93, D8 and 4B. RGB value is (147,216,75). Sum of RGB (Red+Green+Blue) = 147+216+75=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #93D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D84B is #6C27B4. Grayscale: #B3B3B3. Windows color (decimal): -7088053 or 4970643. OLE color: 4970643.

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

Color convert

RGB 147 216 75 -
CMYK 0.32 0 0.65 0.15
HSL 89.36º 0.64% 0.57% -
HSV(B) 89.36º 0.65% 0.85% -
XYZ 37.86 55.82 15.44 -
YUV 179.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 147 216 75 0.32 0 0.65 0.15 89.36 0.64 0.57
Hex 93 D8 4B 20 0 41 F 59 40 39
Octal 223 330 113 40 0 101 17 131 100 71
Binary 10010011 11011000 1001011 100000 0 1000001 1111 1011001 1000000 111001

Color Harmonies of #93D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D84B

Black with #93D84B

Text Example


Text Example

White with #93D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,216,75); }

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

background-color css

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

 a { background-color: rgb(147,216,75); }

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

border-color css

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

 span { border-color: rgb(147,216,75); }

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