Html Css Color HEX #93D74B Atlantis

📋 copy color: '#93D74B'

red 147 ◦ green 215 ◦ blue 75

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

Shades of Atlantis #93D74B

Tints of Atlantis #93D74B

RGB

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

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

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

R = 33.64%
G = 49.2%
B = 17.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#93D74B (or 0x93D74B) is known color: Atlantis. HEX triplet: 93, D7 and 4B. RGB value is (147,215,75). Sum of RGB (Red+Green+Blue) = 147+215+75=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #93D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D74B is #6C28B4. Grayscale: #B3B3B3. Windows color (decimal): -7088309 or 4970387. OLE color: 4970387.

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

Color convert

RGB 147 215 75 -
CMYK 0.32 0 0.65 0.16
HSL 89.14º 0.64% 0.57% -
HSV(B) 89.14º 0.65% 0.84% -
XYZ 37.6 55.31 15.35 -
YUV 178.71 69.47 105.38 -
System Red Green Blue C M Y K H S L
Decimal 147 215 75 0.32 0 0.65 0.16 89.14 0.64 0.57
Hex 93 D7 4B 20 0 41 10 59 40 39
Octal 223 327 113 40 0 101 20 131 100 71
Binary 10010011 11010111 1001011 100000 0 1000001 10000 1011001 1000000 111001

Color Harmonies of #93D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D74B

Black with #93D74B

Text Example


Text Example

White with #93D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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