Html Css Color HEX #93D54B Atlantis

📋 copy color: '#93D54B'

red 147 ◦ green 213 ◦ blue 75

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

Shades of Atlantis #93D54B

Tints of Atlantis #93D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

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

R = 33.79%
G = 48.97%
B = 17.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#93D54B (or 0x93D54B) is known color: Atlantis. HEX triplet: 93, D5 and 4B. RGB value is (147,213,75). Sum of RGB (Red+Green+Blue) = 147+213+75=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #93D54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D54B is #6C2AB4. Grayscale: #B2B2B2. Windows color (decimal): -7088821 or 4969875. OLE color: 4969875.

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

Color convert

RGB 147 213 75 -
CMYK 0.31 0 0.65 0.16
HSL 88.7º 0.62% 0.56% -
HSV(B) 88.7º 0.65% 0.84% -
XYZ 37.1 54.3 15.18 -
YUV 177.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 147 213 75 0.31 0 0.65 0.16 88.7 0.62 0.56
Hex 93 D5 4B 1F 0 41 10 59 3E 38
Octal 223 325 113 37 0 101 20 131 76 70
Binary 10010011 11010101 1001011 11111 0 1000001 10000 1011001 111110 111000

Color Harmonies of #93D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D54B

Black with #93D54B

Text Example


Text Example

White with #93D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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