Html Css Color HEX #93D641 Atlantis

📋 copy color: '#93D641'

red 147 ◦ green 214 ◦ blue 65

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

Shades of Atlantis #93D641

Tints of Atlantis #93D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.23%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 34.51%
G = 50.23%
B = 15.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#93D641 (or 0x93D641) is known color: Atlantis. HEX triplet: 93, D6 and 41. RGB value is (147,214,65). Sum of RGB (Red+Green+Blue) = 147+214+65=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #93D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D641 is #6C29BE. Grayscale: #B1B1B1. Windows color (decimal): -7088575 or 4314771. OLE color: 4314771.

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

Color convert

RGB 147 214 65 -
CMYK 0.31 0 0.70 0.16
HSL 86.98º 0.65% 0.55% -
HSV(B) 86.98º 0.7% 0.84% -
XYZ 37.03 54.68 13.6 -
YUV 176.98 64.8 106.62 -
System Red Green Blue C M Y K H S L
Decimal 147 214 65 0.31 0 0.70 0.16 86.98 0.65 0.55
Hex 93 D6 41 1F 0 46 10 57 41 37
Octal 223 326 101 37 0 106 20 127 101 67
Binary 10010011 11010110 1000001 11111 0 1000110 10000 1010111 1000001 110111

Color Harmonies of #93D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D641

Black with #93D641

Text Example


Text Example

White with #93D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,214,65); }

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

background-color css

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

 a { background-color: rgb(147,214,65); }

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

border-color css

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

 span { border-color: rgb(147,214,65); }

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