Html Css Color HEX #93D752 Atlantis

📋 copy color: '#93D752'

red 147 ◦ green 215 ◦ blue 82

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

Shades of Atlantis #93D752

Tints of Atlantis #93D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 33.11%
G = 48.42%
B = 18.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#93D752 (or 0x93D752) is known color: Atlantis. HEX triplet: 93, D7 and 52. RGB value is (147,215,82). Sum of RGB (Red+Green+Blue) = 147+215+82=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #93D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D752 is #6C28AD. Grayscale: #B3B3B3. Windows color (decimal): -7088302 or 5429139. OLE color: 5429139.

HSL color Cylindrical-coordinate representation of color #93D752: hue angle of 90.68º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93D752 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 215 82 -
CMYK 0.32 0 0.62 0.16
HSL 90.68º 0.62% 0.58% -
HSV(B) 90.68º 0.62% 0.84% -
XYZ 37.86 55.41 16.68 -
YUV 179.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 147 215 82 0.32 0 0.62 0.16 90.68 0.62 0.58
Hex 93 D7 52 20 0 3E 10 5B 3E 3A
Octal 223 327 122 40 0 76 20 133 76 72
Binary 10010011 11010111 1010010 100000 0 111110 10000 1011011 111110 111010

Color Harmonies of #93D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D752

Black with #93D752

Text Example


Text Example

White with #93D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,215,82); }

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

background-color css

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

 a { background-color: rgb(147,215,82); }

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

border-color css

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

 span { border-color: rgb(147,215,82); }

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