Html Css Color HEX #93DD4B Atlantis

📋 copy color: '#93DD4B'

red 147 ◦ green 221 ◦ blue 75

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

Shades of Atlantis #93DD4B

Tints of Atlantis #93DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

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

R = 33.18%
G = 49.89%
B = 16.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#93DD4B (or 0x93DD4B) is known color: Atlantis. HEX triplet: 93, DD and 4B. RGB value is (147,221,75). Sum of RGB (Red+Green+Blue) = 147+221+75=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DD4B is #6C22B4. Grayscale: #B6B6B6. Windows color (decimal): -7086773 or 4971923. OLE color: 4971923.

HSL color Cylindrical-coordinate representation of color #93DD4B: hue angle of 90.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93DD4B is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 75 -
CMYK 0.33 0 0.66 0.13
HSL 90.41º 0.68% 0.58% -
HSV(B) 90.41º 0.66% 0.87% -
XYZ 39.16 58.42 15.87 -
YUV 182.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 147 221 75 0.33 0 0.66 0.13 90.41 0.68 0.58
Hex 93 DD 4B 21 0 42 D 5A 44 3A
Octal 223 335 113 41 0 102 15 132 104 72
Binary 10010011 11011101 1001011 100001 0 1000010 1101 1011010 1000100 111010

Color Harmonies of #93DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD4B

Black with #93DD4B

Text Example


Text Example

White with #93DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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